RE: Again: textfield charset problems :(
"Ian Wilkinson" <[email protected]> Wed, 5 Nov 2003 11:46:09 -0000
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <F7DE1F2A0D2E364DBAF44D8DDD6F4ABA7D18@ppm2.nostromo.ppm-associates.com> |
We had a similar problem using loadvariables and flash MX. By placing the code below, on the first frame of the movie it solved the issue... system.useCodepage = true; Ian. -----Original Message----- From: Lukács Péter [mailto:[email protected]] Sent: 03 November 2003 11:24 To: [email protected] Subject: [ming-fun] Again: textfield charset problems :( Hi! I fight with this unicode problem but no success. :(((( If someone solve this, please help me! Thanks, Peter Lukacs ----- Original Message ----- Hello! [php4.3.3 + ming 0.3a(build:2003.10.15)+winXP] I have problems with some central-european characters in TextField. _root.createTextField('textField',++depth,20,20,450,200); with(txtFld){ border = true; html = true; wordWrap=true;} When i try to display some special characters in textfield with html-mode (like õúûéáöüóóí), i see only boxes. With the "normal" textfield the result is better: the letters is there but the accentuated letter's accents is waves. The HTML-mode is my target. At the Textfiled properties,there is an option called embed fonts (TextField .embedFonts = True/False) but i dont know how its working exactly. Maybe if i can embed some central-european fonts my problem is solved...or not? Any help around this? Can i set codepages in ming or in TextField object? Is there any unicode support? thank you in anticipation, Peter Lukacs ------------------------------ _______________________________________________ ming-fun mailing list [email protected] http://www.opaque.net/mailman/listinfo/ming-fun