diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-11 00:03:25 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-11 00:03:25 +0000 |
commit | ae1cb3e5bd1dbf611dcb2f6b71274aab9e88ff57 (patch) | |
tree | c4ed2a9c1c0e57fbfc7d6eb07861d06d3eb31d6f /README.postgresql | |
parent | 663a81fd151792f1fe5b27838f1dd71486078295 (diff) | |
download | vdr-plugin-muggle-ae1cb3e5bd1dbf611dcb2f6b71274aab9e88ff57.tar.gz vdr-plugin-muggle-ae1cb3e5bd1dbf611dcb2f6b71274aab9e88ff57.tar.bz2 |
support UTF-8
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1015 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'README.postgresql')
-rw-r--r-- | README.postgresql | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.postgresql b/README.postgresql index a3ea368..08f95b0 100644 --- a/README.postgresql +++ b/README.postgresql @@ -29,7 +29,11 @@ Please execute these steps before starting muggle the first time: 3. createuser XXX 4. createdb GiantDisc -where XXX is the user name vdr is running under, normally vdr +where XXX is the user name vdr is running under, normally vdr. +You may want to define the database encoding as UTF8, see +http://www.postgresql.org/docs/8.3/interactive/multibyte.html. +This is not strictly necessary - postgresql will otherwise +convert data between server and client automatically. Everything else will be done by muggle. |