3 * Added UTF-32, UTF-32BE, UTF-32LE converters.
4 * Changed CP1255 and CP1258 converters to handle combining characters.
5 * Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1.
6 * Changed the GB18030 converter to not reject unassigned and private-use
8 * Fixed a bug in the byte order mark treatment of the UCS-4 decoder.
11 * The iconv program's -f and -t options are now optional.
12 * Many more transliterations.
13 * Added CP862 converter.
14 * Changed the GB18030 converter.
15 * Portability to DOS with DJGPP.
18 * Added an iconv(1) program.
19 * New locale dependent encodings "char", "wchar_t".
20 * Transliteration is now off by default. Use a //TRANSLIT suffix to enable it.
21 * The JOHAB encoding is documented again.
22 * Changed a few mappings in the CP950 converter.
25 * Added GB18030, BIG5HKSCS converters.
26 * Portability to OS/2 with emx+gcc.
29 * Added UCS-2BE, UCS-2LE, UCS-4BE, UCS-4LE converters.
30 * Fixed the definition of EILSEQ on SunOS4.
31 * Fixed a build problem on OSF/1.
32 * Support for building as a shared library on Win32.
35 * Added UTF-16BE and UTF-16LE converters.
36 * Changed the UTF-16 encoder.
37 * Fixed the treatment of tab characters in the UTF-7 converter.
38 * Fixed an internal error when output buffer was not large enough.
41 * Added ISO-8859-16 converter.
42 * Added CP932 converter, a variant of SHIFT-JIS.
43 * Added CP949 converter, a variant of EUC-KR.
44 * Improved the ISO-2022-CN-EXT converter: It now covers the ISO-IR-165 range.
45 * Updated the ISO-8859-8 conversion table.
46 * The JOHAB encoding is deprecated and not documented any more.
47 * Fixed two build problems: 1. "make -n check" failed. 2. When libiconv was
48 already installed, "make" failed.
51 * Added transliteration facilities.
53 * Fixed the iconv(3) manual page and function: the return value was not
55 * Fixed a bug in the CP1258 decoder: invalid bytes now yield EILSEQ instead of
57 * Fixed a bug in the Georgian-PS encoder: accept U+00E6.
58 * Fixed a bug in the EUC-JP encoder: reject 0x8E5C and 0x8E7E.
59 * Fixed a bug in the KSC5601 and JOHAB converters: they recognized some Hangul
60 characters at some invalid code positions.
61 * Fixed a bug in the EUC-TW decoder; it was severely broken.
62 * Fixed a bug in the CP950 converter: it recognized a dubious BIG5 range.
65 * Reduced the size of the tables needed for the JOHAB converter.
66 * Portability to Win32.
69 * Added KOI8-RU, CP850, CP866, CP874, CP950, ISO-2022-CN-EXT, GBK and
70 ISO-2022-JP-1 converters.
71 * Added MACINTOSH as an alias for MAC-ROMAN.
72 * Added ASMO-708 as an alias for ISO-8859-6.
73 * Added ELOT_928 as an alias for ISO-8859-7.
74 * Improved the EUC-TW converter: Treat CNS 11643 plane 3.
75 * Improved the ISO-2022-KR and EUC-KR converters: Hangul characters are
76 decomposed into Jamo when needed.
77 * Improved the CP932 converter.
78 * Updated the CP1133, MULELAO-1 and ARMSCII-8 mappings.
79 * The EUC-JP and SJIS converters now cover the user-defined range.
80 * Fixed a possible buffer overrun in the JOHAB converter.
81 * Fixed a bug in the UTF-7, ISO-2022-*, HZ decoders: a shift sequence a the
82 end of the input no longer gives an error.
83 * The HZ encoder now always terminates its output in the ASCII state.
84 * Use a perfect hash table for looking up the aliases.
87 * Portability to Linux/glibc-2.0.x, Linux/libc5, OSF/1, FreeBSD.
88 * Fixed a bug in the EUC-JP decoder. Extended the ISO-2022-JP-2 converter.
89 * Made TIS-620 mapping consistent with glibc-2.1.