Показать сообщение отдельно
Старый 27.04.2009, 13:17   #4
pampadur
Новенький
 
Регистрация: 23.02.2009
Сообщений: 5
По умолчанию

Создал тестовый сайт, перевел всю базу на UTF-8, в конфигурации тоже перевел на utf-8

[UTF8filesystem]
Boolean: If true and [BE][forceCharset] is set to utf-8, then TYPO3 uses utf-8 to store file names. This allows for accented Latin letters as well as any other non-latin characters like Cyrillic and Chinese.
[SYS][UTF8filesystem] = 1

[TTFLocaleConv]
String. Enter locale conversion string used to recode input to TrueType functions. Eg. 'cp1250..UTF-8'. Deprecated from ver. 3.6.0 of TYPO3. Set up [BE][forceCharset] as strings are automatically converted from database charset to UTF-8.
[GFX][TTFLocaleConv] = UTF-8

[multiplyDBfieldSize]
Double: 1-5: Amount used to multiply the DB field size when the install tool is evaluating the database size (eg. "2.5"). This is only useful e.g. if your database is iso-8859-1 encoded but you want to use utf-8 for your site. For Western European sites using utf-8 the need should not be for more than twice the normal single-byte size (2) and for Chinese / Asian languages 3 should suffice. NOTICE: It is recommended to change the native database charset instead! (see http://wiki.typo3.org/index.php/UTF-8_support for more information)
[SYS][multiplyDBfieldSize] = 2

и все равно бакенде кириллица отображается некорректно

к примеру слово тест выглядит вот так тест

а в стандартном шаблоне TYPO3 - RE, в меню кириллица вообще не отображается, а вместе с ней и латинские.

Что делать, подскажите.
pampadur вне форума   Ответить с цитированием