add reverse iconv mappings for JIS-based encodings
authorRich Felker <dalias@aerifal.cx>
Wed, 15 Nov 2017 04:47:05 +0000 (23:47 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 15 Nov 2017 04:54:02 +0000 (23:54 -0500)
commita223dbd27ae36fe53f9f67f86caf685b729593fc
tree68c77c0d8c0491da9b9fa573919205a4eb5c2f47
parent105eff9dec51bc4898a74af2854ab71f927a5c3b
add reverse iconv mappings for JIS-based encodings

these encodings are still commonly used in messaging protocols and
such. the reverse mapping is implemented as a binary search of a list
of the jis 0208 characters in unicode order; the existing forward
table is used to perform the comparison in the search.
src/locale/iconv.c
src/locale/revjis.h [new file with mode: 0644]