Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
gedario2
Posts: 19
Registered: ‎12-27-2009

UTF-8

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 ?

Please use plain text.
Developer
rcmaniac25
Posts: 1,789
Registered: ‎04-28-2009
My Carrier: Verizon

Re: UTF-8

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.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.
Please use plain text.
New Developer
gedario2
Posts: 19
Registered: ‎12-27-2009

Re: UTF-8

no, there is no lenguage error

Please use plain text.