Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNICODE in flash

Status
Not open for further replies.

russland

Programmer
Joined
Jan 9, 2003
Messages
315
Location
CH
when i copy and paste an "ö" or a danish "o" into the variable string (between the quotes) it will automatically put it into a ASCII "o". Anybody has got an idea how to solve that? Any settings i have to set in the flash file?

Cheers.
 
i am not sure but probably installing a german language pack could help. i myself use a german version on a german system and have not problem using these characters

regards

tektips.gif
 
system.useCodePage = true;

first frame of the movie....should help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top