summaryrefslogtreecommitdiff
path: root/src/locale/codepages.h
AgeCommit message (Collapse)AuthorLines
2014-05-13add cp437 and cp850 to available iconv conversionsRich Felker-138/+165
perhaps some additional legacy DOS-era codepages would also be useful to have, but these are the ones for which there has been demand. the size of the diff is due to the fact that legacychars.h is updated in such a way that new characters are inserted into the table in unicode codepoint order; thus other mappings in codepages.h have changed to reflect the new table indices of their characters.
2011-07-12simplify iconv and support more legacy codepagesRich Felker-0/+238