Hello
I've noticed some time ago, that all national chars are being converted to entities.
I always use utf-8 encoding on my websites, because iso's charsests got on my nerves long time ago.
I've found 2 threads about chineese and arabian chars not being properly shown.
http://www.websitebaker2.org/forum/index.php/topic,14963.0.htmlhttp://www.websitebaker2.org/forum/index.php/topic,14355.0.htmland a thread where someone asked why there are 2 tables for the content - 1 for plain text, and 1 for encoded text (with entities).
But I haven't found a solution.
(utf-8 characters written in .php file template are being shown as supposed).
Neither adding to .htaccess
php_value default_charset utf-8
nor whole directive
AddCharset UTF8 .utf8
php_value default_charset utf-8
didn't work, and only lead to internal server error 500.
Is there a way to turn off converting chars to entites, and show the content exactly how it has been added to database ?
The main reason are SEO phrases, and links, where instead of an example word "rozwój", I see "rozwój" in code.
edit: forgot to mention that I'm using wb2.8.0 + 2.8.1 security fix