Hallo,
dieses Problem wird durch eine 'falsche' konfiguration von apache erzeugt (AddDefaultCharset).
Abhilfe: .htaccess-Datei ins root-Verzeichnis von wb (dort wo die config.php steht) mit diesem Inhalt:
<Files .htaccess>
order allow,deny
deny from all
</Files>
php_value default_charset UTF-8
thorn.