commit | a223dbd27ae36fe53f9f67f86caf685b729593fc | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Tue Nov 14 23:47:05 2017 -0500 |
committer | Rich Felker <dalias@aerifal.cx> | Tue Nov 14 23:54:02 2017 -0500 |
tree | 68c77c0d8c0491da9b9fa573919205a4eb5c2f47 | |
parent | 105eff9dec51bc4898a74af2854ab71f927a5c3b [diff] |
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.