From a8309a641c84bdf45f5c18e7d2cf59da4d526f51 Mon Sep 17 00:00:00 2001 From: woro Date: Fri, 19 Dec 2008 18:37:06 +0000 Subject: update README.* about mysql with utf8 git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1221 e10066b5-e1e2-0310-b819-94efdf66514b --- HISTORY | 3 +++ README.i18n | 4 ++++ README.mysql | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/HISTORY b/HISTORY index 1079207..6982c67 100644 --- a/HISTORY +++ b/HISTORY @@ -367,3 +367,6 @@ found by Thomas Balke - DisplayMode is now configurable, found by Thomas Balke. This defines between how many different types of information the first line toggles in the player. - README.mysql was incomplete +- Mysql only: Fix order of insertion into empty playlist. Found by Thomas +Balke. +- update README.* about MySQL with utf8 diff --git a/README.i18n b/README.i18n index 0c85ccb..0072f0c 100644 --- a/README.i18n +++ b/README.i18n @@ -39,3 +39,7 @@ This means the database should be deleted and rebuilt. The option mugglei -c now actually does what it should: it also deletes and recreates existing data bases. +Mysql Users beware: Please create the database with charset utf8 as +in "create database charset utf8;". Otherwise mysql will not be able +to handle characters outside of the normal latin charset like greek +characters. diff --git a/README.mysql b/README.mysql index e454155..8248932 100644 --- a/README.mysql +++ b/README.mysql @@ -81,6 +81,11 @@ If you want to create a new data base: commit; quit; +If you want to use the UTF8 charset (you should do so if you use vdr-1.6 +upwards), please say "create database GiantDisc charset utf8;" +Otherwise mysql will not be able to handle characters outside of the +normal latin charset like greek characters. + \section config MUGGLE CONFIGURATION When using the remote MySQL server, muggle and mugglei use a small set of -- cgit v1.2.3