[CalendarServer-changes] [10996] CalendarServer/trunk/txdav/base/datastore/dbapiclient.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 3 15:40:28 PDT 2013


Revision: 10996
          http://trac.calendarserver.org//changeset/10996
Author:   dre at apple.com
Date:     2013-04-03 15:40:28 -0700 (Wed, 03 Apr 2013)
Log Message:
-----------
Fix emoji on Oracle

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

Modified: CalendarServer/trunk/txdav/base/datastore/dbapiclient.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/dbapiclient.py	2013-04-03 20:55:42 UTC (rev 10995)
+++ CalendarServer/trunk/txdav/base/datastore/dbapiclient.py	2013-04-03 22:40:28 UTC (rev 10996)
@@ -39,7 +39,7 @@
     # however, process-global; after the first call to connect(), all
     # subsequent connections inherit this encoding even if the environment
     # variable changes.) -glyph
-    os.environ['NLS_LANG'] = '.UTF8'
+    os.environ['NLS_LANG'] = '.AL32UTF8'
     import cx_Oracle
 except ImportError:
     cx_Oracle = None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130403/83ca7097/attachment.html>


More information about the calendarserver-changes mailing list