Project

General

Profile

Actions

Bug #16069

closed

Pages loaded from cache show special characters (like umlaut) wrong

Added by Adrian Fischer almost 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
Start date:
2006-04-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16178: UTF-8: Broken special characters on cached pagesClosed2006-05-24

Actions
Actions #1

Updated by Rupert Germann almost 18 years ago

which settings do you use for:
config.renderCharset
config.metaCharset

and BE->forceCharset in the install tool?
do you use tidy?

Actions #2

Updated by Adrian Fischer almost 18 years ago

config.renderCharset
config.metaCharset
Both not explicit set.

[BE][forceCharset]
Not explicit set, left empty.

[FE][tidy] = 0

Actions #3

Updated by Rupert Germann almost 18 years ago

what Collation do you use in your db?

Actions #4

Updated by Adrian Fischer almost 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]

Actions #5

Updated by Adrian Fischer almost 18 years ago

Please let me know if you need more information.

Actions #6

Updated by Dmitry Dulepov over 17 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.

Actions #7

Updated by David Bruchmann about 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)

Actions #8

Updated by David Bruchmann about 16 years ago

My second problem disappeard after correcting my setup in localconf.
Please read http://bugs.typo3.org/view.php?id=3547

Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF