gb18030 support in iconv (only from, not to)
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Jul 2011 00:30:04 +0000 (20:30 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Jul 2011 00:30:04 +0000 (20:30 -0400)
commit0e2331c9b6e0c0b4f24019d4062f4c655d28cbaf
treefaefa6b692ff1937935f61f033c570dd2d84dcfb
parentc3c5e88c31b78f7b32b3d8b5c2450d75fa858951
gb18030 support in iconv (only from, not to)

also support (and restrict to subsets) older chinese sets, and
explicitly refuse to convert to cjk (since there's no code for it yet)
src/locale/gb18030.h [new file with mode: 0644]
src/locale/iconv.c