[TYPO3-bugs] Please reopen Bug 5088

Helmut Hummel typo3 at rampenlicht.org
Fri Jul 20 16:25:01 CEST 2007


Hi,
I just encountered the same Problem described here:
http://bugs.typo3.org/view.php?id=5088

Base64 encoding (as proposed in one patch) makes the problem go away, so
I would consider this is still an issue (as Andreas Balzer already
stated in on comment).

What I realized too, is that I cannot enter non ascii chars in the
template config field, as they are not stored correctly.

As I can't add a comment there I'll post my settings here:

----------------------
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET
CHARACTER SET utf8;'.chr(10).'SET SESSION character_set_server=utf8;' ;

MySQL 5.0.32-Debian_7etch1

"show variables" with phpmyadmin:

character_set_client  	utf8
character_set_connection 	utf8
character_set_database 	utf8
character_set_filesystem 	binary
character_set_results 	utf8
character_set_server 	latin1
character_set_system 	utf8
--------------------

As I do not have access to the settings of the server I cannot change
the character_set_server setting for the database.

Thanks for your suggestions.

Best Regards Helmut


More information about the TYPO3-team-bugs mailing list