Commit History

作者 SHA1 備註 提交日期
  Rich Felker b5121e2ed8 iconv: add aliases for GBK 1 年之前
  Rich Felker ca6f46aff1 iconv: add euro symbol to GBK as single byte 0x80 1 年之前
  Rich Felker f5dba42f36 iconv: add cp932 as an alias for shift_jis 1 年之前
  Rich Felker 029c622a89 fix output size handling for multi-unicode-char big5-hkscs characters 6 年之前
  Rich Felker 165a1e37a5 fix iconv mapping of big5-hkscs characters that map to two unicode chars 6 年之前
  Will Dietz 99f4237a69 fix iconv conversion to UTF-32 with implicit (big) endianness 7 年之前
  Will Dietz 55a661ff5e fix iconv buffer overflow converting to legacy JIS-based encodings 7 年之前
  Rich Felker 628cf979b2 fix iconv output of surrogate pairs in ucs2 7 年之前
  Rich Felker 95c6044e2a add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv 7 年之前
  Rich Felker a223dbd27a add reverse iconv mappings for JIS-based encodings 7 年之前
  Rich Felker 105eff9dec generalize iconv framework for 8-bit codepages 7 年之前
  Rich Felker a39f20bf9f add iso-2022-jp support (decoding only) to iconv 7 年之前
  Rich Felker 5b546faa67 add iconv framework for decoding stateful encodings 7 年之前
  Rich Felker 0df5b39a1e simplify/optimize iconv utf-8 case 7 年之前
  Rich Felker 9eb6dd5165 handle ascii range individually in each iconv case 7 年之前
  Rich Felker bff59d13a8 move iconv_close to its own translation unit 7 年之前
  Rich Felker 79f49effa0 refactor iconv conversion descriptor encoding/decoding 7 年之前
  Bartosz Brachaczek b7bfb5c3a8 fix iconv conversions for iso88592-iso885916 7 年之前
  Rich Felker 97bd6b09db fix iconv conversions to legacy 8bit encodings 7 年之前
  Rich Felker 16f18d036d byte-based C locale, phase 2: stdio and iconv (multibyte callers) 9 年之前
  Rich Felker 3b0e83264d remove outdated and misleading comment in iconv.c 10 年之前
  Rich Felker 39b8ce66f2 in iconv_open, accept "CHAR" and "" as aliases for "UTF-8" 10 年之前
  Rich Felker 109bd65acf add hkscs/big5-2003/eten extensions to iconv big5 11 年之前
  Rich Felker 19b4a0a20e add Big5 charset support to iconv 11 年之前
  Rich Felker 734062b298 iconv support for legacy Korean encodings 11 年之前
  Rich Felker 6a4cfbdbe7 fix iconv conversion to legacy 8bit codepages 11 年之前
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 12 年之前
  Rich Felker 26710be714 fix multiple iconv bugs reading utf-16/32 and wchar_t 12 年之前
  Rich Felker 673633c689 fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong 12 年之前
  Rich Felker a2f149b5d1 fix erroneous utf-16 encoding with surrogates in iconv 12 年之前