CLDC and MIDP - how can i read non-Unicode .txt files in J2ME?

J2ME dont have the java.nio.charset package, how can i read and convert non-Unicode chars into Unicode chars and display it on screen?i use the .getResourceAsStream() to get a .txt file, but it cant display properly on my phone
[241 byte] By [codavida] at [2007-11-26 23:04:55]
# 1
this is a sun doc for internationalization http://java.sun.com/j2me/docs/wtk2.2/docs/UserGuide-html/internationalization.htmlyou may find something here
suparenoa at 2007-7-10 13:57:41 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
the link you give me is about wkt and emulators, can those settings work on real device?and i found that my app works fine on the emulator
codavida at 2007-7-10 13:57:41 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
depends on your device...which encoding do you use?
suparenoa at 2007-7-10 13:57:41 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
chinese, gb2312 or gbksolved finally!!J2ME support "utf-16", but way not "unicode" ? of course, they're the same, but when i use "unicode" to create a string, the system fail to find it
codavida at 2007-7-10 13:57:41 > top of Java-index,Java Mobility Forums,Java ME Technologies...