problem with regional characters

J

Jacek Stepniewski

I would like to display on the cell phone my regional characters (polish
characters). The best way to do this is to use entity, but the mobile
control do HtmlEncode and converts "&" sign to "&amp". For example:

- if i do lblTest.Text = "&#x104", the resoult is: Ą

So this way is wrong. Is there any way using moblie controls to display
national characters in cell phone.

thans for your help.
Jack
 
M

Martin Honnen

Jacek said:
I would like to display on the cell phone my regional characters (polish
characters). The best way to do this is to use entity, but the mobile
control do HtmlEncode and converts "&" sign to "&amp". For example:

- if i do lblTest.Text = "&#x104", the resoult is: Ą

So this way is wrong. Is there any way using moblie controls to display
national characters in cell phone.

Label.Text doesn't take HTML so that way it can't work. However you can
encode your pages as UTF-8 and then simply set the Text to the right
character. At least that would work with HTML, I don't know about cell
phones/mobile controls.
 
J

Jacek Stepniewski

Jacek said:
Label.Text doesn't take HTML so that way it can't work. However you can
encode your pages as UTF-8 and then simply set the Text to the right
character. At least that would work with HTML, I don't know about cell
phones/mobile controls.

It's the problem, that this simple method with UTF-8 doesn't work...

Any more ideas?

Jack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top