add cp437 and cp850 to available iconv conversions
authorRich Felker <dalias@aerifal.cx>
Tue, 13 May 2014 23:24:48 +0000 (19:24 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 13 May 2014 23:24:48 +0000 (19:24 -0400)
commit8a2d8719873a46d5cc5c54e688d47ea134c67c84
tree03149948ce6054d447fde156b1a8591e49aae690
parent8945667fadc2eb71b7924bb4c5a69507fd362f4a
add cp437 and cp850 to available iconv conversions

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.
src/locale/codepages.h
src/locale/legacychars.h