Universal Form Validator ASP Support Product Page
Answered
Problem With special characters èàòùìé...
Asked 05 Jan 2013 17:31:02
1
has this question
05 Jan 2013 17:31:02 Luca lucag posted:
Hi, good 2013 at allI can't validate value of special characters with Ajax Autocomplete.
In Ajax Autocomplete I have, for example, "Cantù" but UFV (Exist in Database) fail the validation (not exist). The form page are charset=utf-8 and asp code is CODEPAGE="65001"
Thank you
Luca
DB = MSSQLServer
Replies
Replied 08 Jan 2013 09:49:35
08 Jan 2013 09:49:35 Vulcho Vulev replied:
Hello Luca.
Can you please make sure also your database have the proper encoding settings?
Regards:Vulcho.
Can you please make sure also your database have the proper encoding settings?
Regards:Vulcho.
Replied 08 Jan 2013 16:19:31
08 Jan 2013 16:19:31 Luca lucag replied:
Hello Vulcho
In the database it's written correctly: Cantù (I haven't problems in other case).
I think I've solved adding in the first line of
validatorAjax/dmxValidatorAjax.asp, this row:
The same problem of display characters (Cant�is also present in autocomplete where the extension writes (in "autocomplete-MyPage-asp-1.asp) only:
In fact, I have to correct this line every time.
Thank you
Regards
Luca
In the database it's written correctly: Cantù (I haven't problems in other case).
I think I've solved adding in the first line of
validatorAjax/dmxValidatorAjax.asp, this row:
<% @ LANGUAGE =" VBSCRIPT "CODEPAGE =" 65001 "%>
The same problem of display characters (Cant�is also present in autocomplete where the extension writes (in "autocomplete-MyPage-asp-1.asp) only:
<% @ LANGUAGE =" VBSCRIPT "%>
In fact, I have to correct this line every time.
Thank you
Regards
Luca