Displaying ASCII/Unicode characters?
843851Dec 16 2003 — edited Jul 29 2005I am kind of new to JavaCard development, and I have a problem right now. The application I am developping for JavaCard compliant SIM card should be able to display characters like �, �, � and such, but unfortunately I haven't find a solution for this question so far. I have checked out the JavaCard specs available on Sun's homepage, and also some3GPP TSs (11.14, 23.038), but I haven`t found anything covering this issue so far. I have also made some attempts to implement, but when storing the ASCII code of these characters as bytes, they are not displayed on the screen of the mobile (instead, space seem to be displayed). Is it so, that JavaCard is not supporting this at all, or it is depending on the particular mobile? Any help is appreciated.