Bug #16069
closedPages loaded from cache show special characters (like umlaut) wrong
0%
Description
When a Page is loaded after clearing the FE cache everthing works fine. But if the Page is reloaded (and grabed from cache) then the special characters are displyed wrong:
"ü" => "ü"
"ö" => "ö"
TYPO3_VERSION: 4.0
PHP_VERSION : 5.0.5-Debian-0.8
MySQL Version: 5.0.16-Debian_1-log
IF [FE][pageCacheToExternalFiles] ist set, the FE output is correct, all characters are displayed correctly.
(issue imported from #M3303)
Updated by Rupert Germann over 18 years ago
which settings do you use for:
config.renderCharset
config.metaCharset
and BE->forceCharset in the install tool?
do you use tidy?
Updated by Adrian Fischer over 18 years ago
config.renderCharset
config.metaCharset
Both not explicit set.
[BE][forceCharset]
Not explicit set, left empty.
[FE][tidy] = 0
Updated by Rupert Germann over 18 years ago
what Collation do you use in your db?
Updated by Adrian Fischer over 18 years ago
PHP-My-Admin outputs:
MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation: utf8_general_ci
If you mean what collation php uses to communicate with the DB i can server the information not before tomorrow (I don't have access to the typo3installation from here).
[edit]Didn't find any information about that in the phpinfo().
What information do you exactly want?[/edit]
Updated by Adrian Fischer over 18 years ago
Please let me know if you need more information.
Updated by Dmitry Dulepov about 18 years ago
Works fine for me. Cannot confirm. See, for example, http://accio.lv/ru/ or http://www.lgla.lv/. they are both in UTF-8 and have non-english characters.
I think this is a browser issue. Looks like it does not recognize encoding headers properly.
Updated by David Bruchmann over 16 years ago
I had the same problem, and put following lines into the configfile for MySQL to solve it:
character-set-server = utf8
collation-server = utf8_unicode_ci
Think, in some kind that's what Adrian wrote.
Now I only have Problems to save template-files with german umlauts (in comments)
Updated by David Bruchmann over 16 years ago
My second problem disappeard after correcting my setup in localconf.
Please read http://bugs.typo3.org/view.php?id=3547