hi there is a way to clean ajax use special characters like ñ, á, é,í,ó,ú? i get some troubles useng the get function "get(url, consumer, progressBar)", thanks for your support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To me your problem is related with the page charset (maybe you should include a meta tag to your page: <meta http-equiv="content-type" content="text/html; charset=utf-8" />).
I will make some tests to send you a correct answer as soon as possible.
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry don't i have used <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> and
<meta http-equiv="content-type" content="text/html; charset=utf-8"> but no one works, any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi there is a way to clean ajax use special characters like ñ, á, é,í,ó,ú? i get some troubles useng the get function "get(url, consumer, progressBar)", thanks for your support.
Hi,
To me your problem is related with the page charset (maybe you should include a meta tag to your page: <meta http-equiv="content-type" content="text/html; charset=utf-8" />).
I will make some tests to send you a correct answer as soon as possible.
Regards.
sorry don't i have used <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> and
<meta http-equiv="content-type" content="text/html; charset=utf-8"> but no one works, any ideas?