[TYPO3-german] TYPO3 und UTF-8 - brauche Hilfe
Andreas Becker
ab.becker at web.de
Sun Feb 10 09:43:03 CET 2008
Hi Julia
Localconf.php
oberhalb dem Installtoken einfuegen
-----------------------------------------------
// UTF8
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET
SESSION character_set_server=utf8;';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_convMethod'] = 'iconv';
$TYPO3_CONF_VARS['SYS']['t3lib_cs_utils'] = 'iconv';
$TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = '1';
============================
my.cnf
----------------------------
# The MySQL server
[mysqld]
basedir="D:/xampp/mysql"
tmpdir="D:/xampp/tmp"
datadir="D:/xampp/mysql/data"
port = 3306
socket = mysql
character-set-server = utf8
collation-server = utf8_unicode_ci
=======================================
apache httpd.conf
----------------------------------------
AddCharset UTF-8 .utf8 - (standard)
========================================
TYPOSCRIPT
---------------------------------------
config {
renderCharset = utf-8
metaCharset = utf-8
doctype = xhtml_trans
xhtmlDoctype = xhtml_trans
xmlprologue = none
htmlTag_langKey = en
}
Hoffe das hilft ein wenig :-)
Gruss
Andi
More information about the TYPO3-german
mailing list