开发者

How to display currency symbols in blackberry application?

i am not able to display some of the currency symbols like afghani(开发者_JAVA百科"\u060B"), kip("\u20AD"), in blackberry application. Am i missing something?


try to pass Unicode characters as char array instead of string:

add(new LabelField(new char[] { '\u060B' }));

Also, make sure you have specific font installed

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜