I've recently set up a WordPress blog which defines the character set as UTF8
From my wp-config.php file:
My .htaccess file also stipulates UTF8 for a cacheing plugin:
Doesn't UTF8 include Russian characters? I can see nothing but question marks.
From my wp-config.php file:
define('DB_CHARSET', 'utf8');
# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
Comment