Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-11-14 | add reverse iconv mappings for JIS-based encodings | Rich Felker | -0/+515 | |
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. |