Re: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Christian Giordano
Funnily enough it was just the font missing the characters. What was driving me crazy is that Flash IDE when putting the textfield in the field was generously embedding another font to render the missing characters. So the textfield created in the IDE was magically embedding two fonts and was able

Re: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Christian Giordano
I tried to add the parameter to the java compiling but doesn't seem to work. I'm using Ant and I'm on a mac. Cheers, chr 2009/3/20 Christian Giordano christ...@nuthinking.com: Funnily enough it was just the font missing the characters. What was driving me crazy is that Flash IDE when putting

RE: [flexcoders] Embedding/visualizing special characters issue

2009-03-20 Thread Peter Farland
] On Behalf Of Christian Giordano Sent: Friday, March 20, 2009 10:41 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Embedding/visualizing special characters issue I tried to add the parameter to the java compiling but doesn't seem to work. I'm using Ant and I'm on a mac. Cheers, chr 2009/3

RE: [flexcoders] Embedding/visualizing special characters issue

2009-03-19 Thread Peter Farland
Hey Christian, Make sure there are no null chars 0x00 in the String as the display of such Strings are truncated at the first null char. What version of Flex are you using? Are you using an @font-face to embed your font? If so, can you post a snippet showing the complete @font-face rule?