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]

# 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