Forums / Cotonti / Bugs / entering special chars in profile

Trustmaster
#13061 2009-06-07 16:16
That's quite weird because it is known to save national characters without any problems. E.g. if I type location in Russian, it saves fine. There's nothing in code that could cause it, because it is simply imported as TXT
$ruserlocation = sed_import('ruserlocation','P','TXT');
and then escaped for MySQL query
user_location='".sed_sql_prep($ruserlocation)."',
Have you tried it on some other server?
May the Source be with you!