CodeIgniter Forums
I need help: special chars - 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: I need help: special chars (/showthread.php?tid=46001)



I need help: special chars - El Forum - 10-13-2011

[eluser]Unknown[/eluser]
hi friends, i have a problem:
i have a ajax form wich sends data through POST, the problem resides when i send a word for example: "bebé" (checkmark in the "e"), when y read the $_POST var, it returns "beb", CodeIgniter delete special chars like this "é" or "áéíóúñ".

How would I fix this problem?

post data: special chars already are removed before i read the var