Wednesday, March 28, 2012
Strange Characters
I have a form with a textbox.
When I click submit the text in the textbox changes.
For example "Andr=E9 Sousa" becomes "Andr=C3=A9 Sousa"
What is wrong and how can I solve this?
Thanks,
Miguel"shapper" <mdmoura@.gmail.com> wrote in message
news:1169488427.871757.44860@.s34g2000cwa.googlegroups.com...
For example "Andr Sousa" becomes "André Sousa"
Whenever one "unusual" character gets substitued by two even more "unusual"
characters, you can be pretty certain it's a Unicode encoding issue...
Post your code...
Strange Characters
I have a form with a textbox.
When I click submit the text in the textbox changes.
For example "Andr Sousa" becomes "André Sousa"
What is wrong and how can I solve this?
Thanks,
Miguel"shapper" <mdmoura@.gmail.comwrote in message
news:1169488427.871757.44860@.s34g2000cwa.googlegro ups.com...
For example "Andr Sousa" becomes "André Sousa"
Whenever one "unusual" character gets substitued by two even more "unusual"
characters, you can be pretty certain it's a Unicode encoding issue...
Post your code...
Strange characters
Hello,
I have a form with a textbox.
When I click submit the text in the textbox changes.
For example "André Sousa" becomes "Andr?? Sousa"
What is wrong and how can I solve this?
Thanks,
Miguel
try use
Server.HtmlDecode
Server.HtmlEncode
see how it goes
Hi,
Can you show me your code, I am glad to check it in my computer for you.