GNU LIBICONV - character set conversion library
This library provides an iconv() implementation, for use on systems which
don't have one, or whose implementation cannot convert from/to Unicode.
It provides support for the encodings:
European languages
ASCII, ISO-8859-{1,2,3,4,5,7,9,10,13,14,15,16},
KOI8-R, KOI8-U, KOI8-RU,
CP{1250,1251,1252,1253,1254,1257
more»
Installation on OS/2:
- Port done by Akira Hatakeyama <akira@sra.co.jp>, see
http://www.sra.co.jp/people/akira/os2/libiconv/index.html
- Requires emx+gcc, recommend emx-0.9d with fix03 or newer.
Also requires a few GNU utilities to be installed: GNU fileutils (cp, mv,
rm, ...), GNU textutils (cat, cmp, uniq, ...), GNU sed, GNU make.
- Cannot build in a separate directory.
- Build instru
more»