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

