PDA

View Full Version : [solved] Encodage text button with accent letter ?



Footeuz
24 Aug 2007, 4:32 AM
I observe that on a button, the textbutton has a problem with the letters with accent.
It replace the "

Animal
24 Aug 2007, 4:41 AM
I don't think a tag will do anything. You have to ensure that your web server encodes the string correctly, and then sends a genuine Content-Type header specifying that encoding.

Footeuz
24 Aug 2007, 4:47 AM
Yes but how do you explain that when i load datas with a datastore there is no problem ?!

that's very strange.

Animal
24 Aug 2007, 4:55 AM
How are you loading the Store? From a servlet?

Take a look at your network traffic with http://www.fiddlertool.com/fiddler/

Footeuz
31 Aug 2007, 12:54 AM
To solve any problem of accent I use the php function htmlentities on the text that I want to see.

And that's done :)