UTF-8, unicode und die charset Problematik
Etwas was bei meiner Installation immer schief geht. Beim Blog ist es die eine entscheidene Einstellung in der Konfiguration !!AUS!!
Code: aber Inhalte anpassen!
<?php
chmod('.htaccess', 0777);
chmod('serendipity_config_local.inc.php', 0777);
?>
777 {serendipity verzeichnis, templates, archives und uploads}
5. Mit phpMyAdmin Deine Datenbank wieder importieren (.sql Datei hochladen)
6. Die Datei serendipity_config_local.inc.php und .htaccess editieren und an evtl. neue Pfade/Datenbankzugangsdaten anpassen
Table inspect: serendipity_config!!!!
Which mysql version are you using? I'm using mysql 5.0.24a and django from svn - utf-8 cyrillic text works fine out of the box in a browser with a default codepage of utf-8. The system locale is mk_MK.utf8. To get mysql client in the console working with utf-8 (doesn't have anything to do with Django) I have this in /etc/my.cnf: [client] . . default-character-set = utf8 [mysqld] . . character-set-server=utf8 collation-server=utf8_unicode_ci init_connect='set collation_connection = utf8_unicode_ci;'
-- DetlevLengsfeld 2007-07-13 17:23:30
| /AktivePlugins /Datenbank /Die-aktuellen-Kategorien-im-Blog /Erfahrungen aus den Serverumzug, UTF-8 oder latin1 /Kategorien /MamasHelper /MysqlHelper /SpamAnalyse /Traceback |
Tags: charset | utf-8 | unicode | mysql | s9y | serendipity | blog | unicode | zeichensatz | sonderzeichen
Linux/Internet/Serendipity/Erfahrungen aus den Serverumzug, UTF-8 oder latin1 (last modified 2008-11-04 06:59:56)