May 27th, 2010, 8:54 PM
Hey guys,
No, it's probably not a character escaping issue.
Most likely, you may need to tell the server that the form request is in a particular charset. Try adding the following attribute to your form tag:
<form ... accept-charset="UTF-8">
(utf8 should work fine, but you can change it to accept-charset="ISO-8859-1" if you like).
Let me know how it goes!
- Ben
No, it's probably not a character escaping issue.
Most likely, you may need to tell the server that the form request is in a particular charset. Try adding the following attribute to your form tag:
<form ... accept-charset="UTF-8">
(utf8 should work fine, but you can change it to accept-charset="ISO-8859-1" if you like).
Let me know how it goes!
- Ben