alfonso
Posts: 121
|
| Posted: 07/29/2009, 3:07 PM |
|
Hi!
I have a problem with special characters like áñú... when i do a record grid into a update panel and i write in a textbox a special character then it converts to for example "%nF4", but if the record isn´t be in the update panel, i haven´t got this problem, i mean, when i use ajax features in my projects doesn´t work properly with special characters, what´s the problem?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 07/29/2009, 3:23 PM |
|
Hi,
Possibly you forgot to specify proper encoding for your project or pages.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
alfonso
Posts: 121
|
| Posted: 07/30/2009, 1:19 AM |
|
Hi peterr,
In my project setting i have specify the characters properly correct, i mean, all works if i don´t use update panels, without problems, problem is for example in a search form with ajax, the system doesn´t "pass by get params" correctly special character like áñ...
I have in my project settings (in char-set, file encoding and html) windows-1252.
|
 |
 |
quasimidi
Posts: 151
|
| Posted: 07/30/2009, 6:00 AM |
|
Try to set your project encoding to UTF8, as well the pages and your db tables/fields. It should work with unicode encoding.
_________________
RS |
 |
 |
|