Manish Jethani
Mon, 09 May 2005 00:45:10 -0700
On 5/9/05, Wilfred LEUNG <[EMAIL PROTECTED]> wrote: > I need to display a unicode char using the \u syntax > The character I needed is \uFFFD and \u2370. Flex does not show it correctly.
The font needs to support those characters. The default Verdana
apparently doesn't. If you set the font to "Arial Unicode MS" (on
Windows) for the text object, it displays fine.
<mx:Script>
var ch:String = "\uFFFD";
</mx:Script>
<mx:Label text="{ch}" fontFamily="Arial Unicode MS" />
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/