From 384ff85f86cb71f890e77e8a6a3b169c53d706ec Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 11 Oct 2007 09:48:02 +0000 Subject: [PATCH] Changing createdb line in install doc to include a UTF8 encoding so it doesn't default to ascii. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index a480ad0..89b9eaf 100644 --- a/INSTALL +++ b/INSTALL @@ -40,7 +40,7 @@ and set the password to "dev". Initialize the database with the starting schema and default data: - createdb -W -U luminotes luminotes + createdb -W -E UTF8 -U luminotes luminotes export PYTHONPATH=. python2.4 tools/initdb.py @@ -119,7 +119,7 @@ and set a new password, for instance, "mypassword". Initialize the database with the starting schema and default data: - createdb -W -U luminotes luminotes + createdb -W -E UTF8 -U luminotes luminotes export PYTHONPATH=. export PGPASSWORD=mypassword python2.4 tools/initdb.py