summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--README.i18n4
-rw-r--r--README.mysql5
3 files changed, 12 insertions, 0 deletions
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