• R
    add reverse iconv mappings for JIS-based encodings · a223dbd2
    Rich Felker 提交于
    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.
    a223dbd2
iconv.c 13.5 KB