PDA

View Full Version : French Accent in mxml


actionScriptorz
05-14-2008, 06:22 PM
sorry i have another question :o
i'm trying to have french accent characters ie: é to show up on mxml, not to my surprise it didn't work because i assumed we need to include the encoding range but i don't know how to do it properly, i tried including the extra range inside the flex-config.xml but was still complaining.

does anyone have a simple example to demostrate how i can solve this? i searched on the net for quite a while and i haven't found a good and complete example :(

thanks in advance
AZ

dr_zeus
05-14-2008, 06:32 PM
but was still complaining.

I assume you got an error message. Can you share it with us?

My guess is that you might need to use XML entity encoding, but I can't be sure unless I know what this "complaining" is about. :)

actionScriptorz
05-14-2008, 06:36 PM
i'm getting "col: 3 Error: Unexpected end of token stream. The last token was: <mx:Canvas>."

but its probably because it couldn't read the french character so it stopped reading the closing tag

thanks!