EOM code page

Hi,

i am recieving the OS Default EOM code page value throught a C++ function into Java.

different machines produces different values such as 850 that matches to Cp850 in java but there are cases in which i cant do suc a simple convert such as EOM Code Page 1026 that is to IBM1026 Code Page.

1. how can i say if Java supports such Code Page , Since

getSupportedLocales() doesn't always gets the answer...

2. is there a convert table that will allow me to do such convert in run Time?

for example 850 -> CP850 1026->IBM1026

932->MS932 etc.

Thanks,

Eitan.

Message was edited by:

eitan_doron

[673 byte] By [eitan_dorona] at [2007-10-3 4:45:55]
# 1
It looks as if ICU may have the kind of alias support you are looking for: http://icu.sourceforge.net/userguide/codepageConverters.htmlBtw., it's 'OEM', not 'EOM' :-)
one_danea at 2007-7-14 22:50:16 > top of Java-index,Desktop,I18N...
# 2
Thanks,
eitan_dorona at 2007-7-14 22:50:16 > top of Java-index,Desktop,I18N...