[TYPO3-templavoila] problems with utf-8
R. van Twisk
typo3 at rvt.dds.nl
Thu Apr 20 19:48:09 CEST 2006
You need to set the whole chain to utf-8
- Database needs to be in utf-8 (Do a DB dumo, use iconv to convert to
utf-8, drop de DB and create it with utf-8-unicode-ci)
- You need to tell typo3 to talk to the database in utf-8 (see DBinit
in install tool)
---
SET CHARACTER SET UTF-8
SET NAMES UTF-8
---
- Force BE setting as mentioned below [forceCharset] = utf-8 (install
tool)
- You might need to set multiplyDBfieldSize, decide for yourself
(install tool)
- set the FE in utf-8 (TypoScript Setup)
---
config.metaCharset = utf-8
config.renderCharset = utf-8
---
that's it
> Do I get that right - you have forceCharset set to utf-8, no other
> charset setting, and you get the wrong output ?!?
>
> Am 20.04.2006, 18:01 Uhr, schrieb Theo Schmidt
> <doku at art-documentation.com>:
>
>> Dmitry Dulepov schrieb:
>>
>>> jens holze wrote:
>>>
>>>> in my DS i have some problems with the view in the page modul, ü ä
>>>> etc. does
>>>> have a wrong view. has templa voila problems with utf-8 ???
>>>
>>>
>>>
>>> TemplaVoila is independent from encoding. Looks like your BE charset is
>>> not utf-8.
>>
>>
>> Exact the same Problem here. BE Charset is utf-8.
>> Templavoila was installed *after* setting the BE to utf-8, so there are
>> no old entrys in the database.
>>
>> theo
More information about the TYPO3-project-templavoila
mailing list