summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-12-19 18:37:06 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-12-19 18:37:06 +0000
commita8309a641c84bdf45f5c18e7d2cf59da4d526f51 (patch)
tree9a795e50e75afb91aba084dd60ba97b7820b5d2c
parent431465e37e10795845745a04b789d26c2b438f7d (diff)
downloadvdr-plugin-muggle-a8309a641c84bdf45f5c18e7d2cf59da4d526f51.tar.gz
vdr-plugin-muggle-a8309a641c84bdf45f5c18e7d2cf59da4d526f51.tar.bz2
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
-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