tags:

views:

109

answers:

4

I'm having problems with Flex (3.5) auto converting "ü" into a "u". As soon as I paste the character in, it transforms.

Is there something I need to turn on to enable these other character sets? I thought Flex supported UTF-8?

Thanks!

A: 

Default setup on 3.3 which I use currently for german/english applciation doesn't behave like that. I made new dummy project and tried all text editable fields. Check Project Properties > Resource > Text file encoding and Flex compiler > Additional compiler arguments. If you didn't change anything there, than it's component you use. EDIT: OR, maybe it's font, if you use custom font...

zarko.susnjar
A: 

i had the same problem, german characters, but this problem was solved from ma PHP side developers, they did something, flex doesn't have n e problem in representing these special characters, so i was doin everything fine from ma side

Ankur Sharma
A: 

What font are you using ? are you sure that the font is supporting those chars ? else you will get u or ? instead of ü.

Adrian Pirvulescu
A: 

Perhaps too simple a question, but what language(s) do you have set in the flex-config.xml file? There are a couple of places that this can be set, including the font table suggested by Adrian.

mezmo