[CalendarServer-changes] [6409] CalendarServer/trunk/txdav/base/datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 7 12:39:01 PDT 2010


Revision: 6409
          http://trac.macosforge.org/projects/calendarserver/changeset/6409
Author:   glyph at apple.com
Date:     2010-10-07 12:39:00 -0700 (Thu, 07 Oct 2010)
Log Message:
-----------
Use UTF8 encoding.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/base/datastore/subpostgres.py

Modified: CalendarServer/trunk/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2010-10-07 18:11:30 UTC (rev 6408)
+++ CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2010-10-07 19:39:00 UTC (rev 6409)
@@ -364,7 +364,7 @@
 
         try:
             createDatabaseCursor.execute(
-                "create database %s" % (self.databaseName)
+                "create database %s with encoding 'UTF8'" % (self.databaseName)
             )
         except:
             execSchema = False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101007/454988d3/attachment.html>


More information about the calendarserver-changes mailing list