summaryrefslogtreecommitdiff
path: root/src/locale/gb18030.h
AgeCommit message (Collapse)AuthorLines
2017-11-11reformat cjk iconv tables to be diff-friendly, match tool outputRich Felker-1685/+1715
the new version of the code used to generate these tables forces a newline every 256 entries, whereas at the time these files were originally generated and committed, it only wrapped them at 80 columns. the new behavior ensures that localized changes to the tables, if they are ever needed, will produce localized diffs. other tables including hkscs were already committed in the new format. binary comparison of the generated object files was performed to confirm that no spurious changes slipped in.
2011-07-12gb18030 support in iconv (only from, not to)Rich Felker-0/+1836
also support (and restrict to subsets) older chinese sets, and explicitly refuse to convert to cjk (since there's no code for it yet)