Bug #16069
closed
Pages loaded from cache show special characters (like umlaut) wrong
Added by Adrian Fischer over 18 years ago.
Updated about 6 years ago.
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)
which settings do you use for:
config.renderCharset
config.metaCharset
and BE->forceCharset in the install tool?
do you use tidy?
config.renderCharset
config.metaCharset
Both not explicit set.
[BE][forceCharset]
Not explicit set, left empty.
[FE][tidy] = 0
what Collation do you use in your db?
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]
Please let me know if you need more information.
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.
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)
- Status changed from Resolved to Closed
Also available in: Atom
PDF