
joejac
Posts: 242
|
| Posted: 12/03/2009, 8:13 AM |
|
Hello,
The normal listboxes handle the special characters (á é ñ) with no problem, but when I convert them to an Ajax dependent listbox, the dependent listbox, that uses the special service page to do the HttpRequest, fails to display those same special characters.
In the normal pages I have in the head section this that handles the special character set:
<meta http-equiv="content-type" content="application/xhtml+xml; charset=windows-1252" />
But the service page do not have <head> section, I tried to include that charset HTML line but it did not worked.
Is urgent, I appreciate a lot you kind help, in the forum I found somebody with similar problem but he did not get any answer since 5/31/2008 http://forums.yessoftware.com/posts.php?post_id=97329
Best Regards
joejac
|
 |
 |
joejac
Posts: 242
|
| Posted: 12/06/2009, 3:00 PM |
|
Hello,
The solution is in the following topic: http://forums.codecharge.com/posts.php?post_id=105263
From this topic:
In Project Settings we should have:
1.- Encode Extension: iconv
2.- Charset: Windows-1252
3.- Regenerate the project.
With this configuration the dependent AJAX listboxes displayed correctly the special characters.
Best regards
joejac
|
 |
 |
|

|
|
|
|