citrus_iso2022's mbrtowc/wcrtomb can't treat CS96/CS96MULTI chataset.

Issue #80 closed
Takehiko NOZAKI repo owner created an issue

try following:

$ printf "\x1b.A\x1bN\x7f" | iconv -f ISO-2022-JP-2 -t java
^?

$ printf "\x1b.A\x1bN\x7f" | /usr/pkg/bin/iconv -f ISO-2022-JP-2 -t java
\u00ff

Comments (3)

  1. Log in to comment