Kerfred
Member
Posted 11 months ago #
Hello Joost,
I found a bug in wpseo-functions.php. It is about UTF-8 strings.
Here is the patch.
Is it possible that you include it in a future release ?
Thanks.
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
http://wordpress.org/extend/plugins/wordpress-seo/
Kerfred
Member
Posted 11 months ago #
As the code was moderated, you can find the patch here: http://pastebin.com/GjCsNMQW
Can you explain to me what you're trying to solve? Unfortunately, not all WordPress sites run on UTF-8.
Kerfred
Member
Posted 11 months ago #
Of course.
If we have a post with "à" in the title, for example: "Cheval à bascule", the meta title becomes empty: <title></title> and the description is empty too: <meta name="description" content=""/>
With my patch, the meta title and the description are good.
Ok, tested it on some installs. Will be going into the next release :) thanks!
Kerfred
Member
Posted 11 months ago #