textfield charset problems :(
Lukács Péter <[email protected]> Tue, 28 Oct 2003 12:37:55 +0100
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <001901c39d47$ef1119a0$d23106c1@distedu2> |
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 would be 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