hi,
i have encoding problem in AJAXPRO.
i cant get some characters like ' i ' (i hope i can post this
character correctly)
when i was using ajax 5.7.22.2 i had no problem. But when i tried to
use AJAXPRO 6.4.15.2 (i tried most of 6.4.x.x versions all the same) i
get encoding problem.
problem is like this:
my server side function returns this string :
<p>(*) = Kampanyali Vade Farksiz siparislerinizde Fortis
Ideal Puani
kazanamayacaksiniz.</p>
but at client side callback method i get this string:
<p>(*) = Kampanyal? Farks?ari?lerinizde Fortis
?eal Puan?
kazanamayacaks?/p>
Most of turkish characters are gone like 'i' , 's' etc etc
Because of this problem i sometimes get "Unterminated string constant"
Error
in Ajaxpro.request.prototype - createResponse
while trying to execute
eval("r.value =" + responseText + ";"); line
(this is probably respnseText include incorrect characters)
is there any way to change Encoding of request and response encoding of
AJAX calls , (i think it doest not use request/response encoding )?
ps: we use windows-1254 as requestEncoding and responseEncoding and
page's encoding has no problem
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---