Topic: [SOLVED] GS 3.1 beta - encoding issues
EDIT: This has been fixed in r650
---------------
GS 3.1 beta has some encoding problems in the header's meta description and keywords. Example:
á äis encoded as (look at the page's source code):
á äinstead of:
á äI've suggested this patch to the encode_quotes() function:
Edit admin/inc/basic.php, line 471,
Replace:
$text = htmlspecialchars($text, ENT_QUOTES);by:
$text = htmlspecialchars($text, ENT_QUOTES, 'UTF-8', false);This works for me, tested with the latest r646 featured beta.
Could you please test this?
Download


