Support for non-latin characters
-
Hi Gabe,
I am using Friends Only for a Japanese language site. Unfortunately any Japanese text entered into the prompt and error message fields turns into something like ???¨???3???????§? after hitting save. It gets displayed OK on the Site but cannot be editet properly any more.
The solution for me was to replace the first four htmlentities() function calls in settings.php with calls to htmlspecialchars(). That way only <>” etc. will be encoded but not ordinary text.
Maybe you could consider this for your next releas.Regards
Jarmo
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Support for non-latin characters’ is closed to new replies.