Remko ha scritto:
Hi,

I use the Form Plugin to store some user info in my database. When
inserting the data i have some troubles with special chars. Words like
Rëmkó will be converted to Rëmkó.

I submit the data to a file like this

$DB->query("INSERT INTO exp_members (screen_name) VALUES ('".$_POST
['name']."')");



Does anybody know how to fix this?
I don't think the problem is jquery/javascript related, but it depends on the charset you hare using in your forms/db connection/collation

Use utf8 for managing special chars.

http://www.joelonsoftware.com/articles/Unicode.html

Bye


--
gianiaz.net - web solutions
via piedo, 58 - 23020 tresivio (so) - italy
+39 347 7196482

Reply via email to