[TYPO3-german] UTF8
Tom Lehmann
tomhb at gmx.ch
Sat Feb 26 04:16:23 CET 2011
Am Fr 25 Feb 2011 13:48:02 CET picknick at schwingkreise.de schrieb:
> habe ein Problem beim Einfügen von Sonderzeichen im RTE.
Mal an dieser Stelle ein kleines Beispiel:
mysql> SHOW VARIABLES LIKE 'character_set%';
+--------------------------+----------------------------+
| Variable_name | Value |
+--------------------------+----------------------------+
| character_set_client | utf8 |
| character_set_connection | utf8 |
| character_set_database | utf8 |
| character_set_filesystem | binary |
| character_set_results | utf8 |
| character_set_server | utf8 |
| character_set_system | utf8 |
| character_sets_dir | /usr/share/mysql/charsets/ |
+--------------------------+----------------------------+
8 rows in set (0.00 sec)
mysql> SHOW VARIABLES LIKE 'collation%';
+----------------------+-----------------+
| Variable_name | Value |
+----------------------+-----------------+
| collation_connection | utf8_general_ci |
| collation_database | utf8_unicode_ci |
| collation_server | utf8_unicode_ci |
+----------------------+-----------------+
3 rows in set (0.00 sec)
Danach ziehst Du Dir ein dump von der Datenbank und schaust einfach
mal ins sql-file rein, ob dort wirklich utf-8 vorhanden ist, und nicht
doch noch ein latin1.
Hast aber ja auch schon andere sehr wertvolle Links dazu bekommen.
Vielleicht dann noch diesen hier:
http://dev.mysql.com/doc/refman/5.1/de/charset-connection.html
Gruss Tom
--
More information about the TYPO3-german
mailing list