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

[433 byte] By [s_huia] at [2007-10-1 20:35:03]
# 1
Figure it out...ISO-IR 3 is decoded by SJIS
s_huia at 2007-7-13 2:33:47 > top of Java-index,Desktop,I18N...