My language is greek and quoted comments with greek characters don't appear correctly.
Any idea how to fix this?
My language is greek and quoted comments with greek characters don't appear correctly.
Any idea how to fix this?
Regarding the problem with special characters we did the following:
* open wpcommentremix.php
* find
$text = htmlentities($text);
(around line 510, function wpcr_encode_for_js)
* change to
$text = htmlentities($text, ENT_QUOTES, get_settings('blog_charset'));
After that change at least the Estonia characters look OK.
This topic has been closed to new replies.