01-10-2010 06:19 AM
can blackberry (on default) show UTF-8 unicode ?
I tryed
RichTextField text = new RichTextField("\u10d4"+" "+"\u10da"+ " \u0627");
add(text);
but on screen displayd as black square
how fix ?
01-10-2010 09:15 AM
What you are seeing is the standard character replacement for an unknown character.
UTF-8 is supported but you need to have the proper languages installed (I don't know how to get other languages without getting a new BlackBerry or going to another country) in order to view the character.
01-11-2010 10:05 AM
no, there is no lenguage error