about summary refs log tree commit diff
path: root/src/locale/revjis.h
Commit message (Collapse)AuthorAgeFilesLines
* add reverse iconv mappings for JIS-based encodingsRich Felker2017-11-141-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.