;

PDA

Click to See Complete Forum and Search --> : Polish letters arent visible in contentPane


ant_Z
11-28-2006, 03:55 PM
Hello

Got another question - id like to put some regional characters, like:
ę, ó, ą, ś, ł, ż, ź, ć, ń - in Arial font you should see them...
but in my ContentPane i see only some squares, inverted ? and paragraph symbols...

the text is coded in HTML, dynamicly loaded from extrenral files. Any Ideas?

w.brants
11-28-2006, 04:20 PM
Place the Polish text in an external file that is saved in UTF-8 format and set that for content.

ant_Z
11-28-2006, 04:32 PM
Deleted

ant_Z
11-28-2006, 04:33 PM
set that for content.
You mean <meta http-equiv...?

w.brants
11-29-2006, 01:40 AM
No, I mean use windows notepad to enter the text. When you save it, set the encoding to utf-8 . When you set up a content pane, choose the option to use an external file as content and select the file you just created.

ant_Z
11-29-2006, 11:05 AM
Thanks, that really works. I never use UTF-8 encoding, but it seems that i have to start ;)

thank you very much