ISO-IR 13?
Java's ISO-2022-JP supports:
ASCII (ISO-IR 6)
JIS-X 0201 Romaji (ISO-IR 14)
JIS-X 0208 Kanji (ISO-IR 87)
I have a string that is encoded as follows:
ISO-IR13=ISO-IR87
Basically one string with the first half encoded in ISO-IR 13 and the other half in ISO-IR87.
Does anyone know what Java encoding to use to decode ISO-IR13. Does java support this encoding?
thanks
s2hui

