2011-09-28, 03:20:33
Hi!
Can somebody tell me if GS3.1 will end problem with entities?
Im from Poland, and have problem with SEO, because every Ó is represented as ó
It's problem, when You live in Jelenia Góra
This problem affects, keywords, description, content, title.
I've deal with it by making custom /admin/inc/theme_functions.php
I added
$myVar = html_entity_decode($myVar, ENT_QUOTES, "UTF-8");
almost everywhere, but this is undoing things that could be not done in first place.
Why change characters to entites when xml file is allready saved as UTF-8 ?
If this problem is allready fixed close this toppic, if not ? Im commiting official bug.
BR
Grzegorz
Can somebody tell me if GS3.1 will end problem with entities?
Im from Poland, and have problem with SEO, because every Ó is represented as ó
It's problem, when You live in Jelenia Góra
This problem affects, keywords, description, content, title.
I've deal with it by making custom /admin/inc/theme_functions.php
I added
$myVar = html_entity_decode($myVar, ENT_QUOTES, "UTF-8");
almost everywhere, but this is undoing things that could be not done in first place.
Why change characters to entites when xml file is allready saved as UTF-8 ?
If this problem is allready fixed close this toppic, if not ? Im commiting official bug.
BR
Grzegorz