i am facing one font problem, my website is to operate in five languages, one of them is german, so few characters like ü etc.are not getting displayed properly.
so for example, in english, i have one word “unhappy”, in german it has to be displayed as “unglücklich”,
actually i m still using Flex3.0, so
when i receive this value from PHP end, i m getting it as mentioned in this image.., so “unhappy” text when it is getting displayed finally is worthless., can n e one plzz help me out, my website is almost finsihed, just few of these small problems is creating problem, Thank you very much in advance
Thank you
Ankur Sharma

This is a character encoding problem, not a font embedding problem.
Make sure your PHP script delivers text encoded in Unicode (UTF-8) format.