I am in the process of localising an application for the 7650/7210. I have converted the chinese character sets into the standard BIG5 unicode as below
new StringItem("", "\uB943 \uC0B8 \uAABA \uA544 \uC344 \uAC4F \uAD6E \uC0B0 \uA755 \uAB43 \uB5EB \uC2F4 \uB94B"
When compiled as above and tested on a chinese phone, the screen displays incorrectly showing a row of squares.
I am compiling using the English version of the Series 60 emulator. My understanding is that when compiling for java you need to tell the compiler exactly which unicode type is being used for it to be able to interpret the code correctly.
Do you have to do this for J2ME and how?
Any help that can confirm I have the right unicode format (i.e it is or isn't meant to be big5), how to compile it correctly so it displays on Chinese phones, etc. would be greatly appreciated as there does not seem to be much information anywhere!

;
Reply With Quote

