Pivot's default font (Verdana) doesn't include these characters. When your app starts up, you need to specify a font that supports Asian text. Just call Theme.getTheme().setFont() before you create any UI elements.
On Nov 30, 2010, at 9:04 PM, Bill van Melle wrote: > I was surprised to find that Pivot doesn't display characters from the Asian > unicode planes -- they come out as black boxes. My other Windows apps don't > do that. What am I missing?
