CodeIgniter Forums
Cant pass non latin characters in ajax call with jQuery - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Cant pass non latin characters in ajax call with jQuery (/showthread.php?tid=49221)



Cant pass non latin characters in ajax call with jQuery - El Forum - 02-11-2012

[eluser]iceuser[/eluser]
I am trying to echo non-latin characters via ajax call in jQuery and it fails to echo them.

it returns nothing but when i enter english characters for example, it shows them correctly...

The weird thing is that it was working since some days ago but suddenly it stopped and i cant figure out why.


Charset is utf8 as also defined in head of html.


Cant pass non latin characters in ajax call with jQuery - El Forum - 02-12-2012

[eluser]iceuser[/eluser]
** bump **