Hallo,
steht die DB auch auf utf-8?
steht im Install-Tool unter "forceCharsets" auch utf-8?
steht im Install-Tool unter "setDBInit" etwas in der Art:
Code:
SET CHARACTER SET utf8;
SET NAMES utf8;
SET SESSION character_set_server=utf8;
SET character_set_connection=utf8;
steht im TS-Setup deines Haupttemplates etwas in der Art:
Code:
config {
renderCharset = utf-8
metaCharset = utf-8
additionalHeaders = Content-Type:text/html;charset=utf-8
}