19 Commits (63c188ec42e76ff768e81f6b65b11c68fc43351e)

Author SHA1 Message Date
Rich Felker 3b0e83264d remove outdated and misleading comment in iconv.c 11 years ago
Rich Felker 39b8ce66f2 in iconv_open, accept "CHAR" and "" as aliases for "UTF-8" 11 years ago
Rich Felker 109bd65acf add hkscs/big5-2003/eten extensions to iconv big5 13 years ago
Rich Felker 19b4a0a20e add Big5 charset support to iconv 13 years ago
Rich Felker 734062b298 iconv support for legacy Korean encodings 13 years ago
Rich Felker 6a4cfbdbe7 fix iconv conversion to legacy 8bit codepages 13 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 26710be714 fix multiple iconv bugs reading utf-16/32 and wchar_t 14 years ago
Rich Felker 673633c689 fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong 14 years ago
Rich Felker a2f149b5d1 fix erroneous utf-16 encoding with surrogates in iconv 14 years ago
Rich Felker 80d7859f32 fix major breakage in iconv, bogus rejecting of dest charsets 14 years ago
Rich Felker 0e2331c9b6 gb18030 support in iconv (only from, not to) 15 years ago
Rich Felker 95a85e047e legacy japanese charset support in iconv (only from, not to) 15 years ago
Rich Felker 594b16e004 simplify iconv and support more legacy codepages 15 years ago
Rich Felker 2f0c415ceb iconv was not returning -1 on most failure 15 years ago
Rich Felker bb8d3d00e2 fix breakage due to converting a return type to size_t in iconv... 15 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker 7fe308eb9f use a more-correct integer type, and silence 64-bit warnings as a bonus 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago