commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5565 - trunk/gnue-common/src/datasources/drivers/Base


From: reinhard
Subject: r5565 - trunk/gnue-common/src/datasources/drivers/Base
Date: Mon, 29 Mar 2004 14:30:18 -0600 (CST)

Author: reinhard
Date: 2004-03-29 14:30:18 -0600 (Mon, 29 Mar 2004)
New Revision: 5565

Modified:
   trunk/gnue-common/src/datasources/drivers/Base/DataObject.py
Log:
Initialize _unicodeMode to 1.


Modified: trunk/gnue-common/src/datasources/drivers/Base/DataObject.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/DataObject.py        
2004-03-29 20:27:29 UTC (rev 5564)
+++ trunk/gnue-common/src/datasources/drivers/Base/DataObject.py        
2004-03-29 20:30:18 UTC (rev 5565)
@@ -66,7 +66,7 @@
 
     self._defaultValues = {}
 
-    self._unicodeMode = 0 # if set to true, datasources will unicode
+    self._unicodeMode = 1 # if set to true, datasources will unicode
                           # strings instead of strings in local encoding
                           # and if non unicode strings are passed to the
                           # db driver a warning is raised (in 0.6.0 an





reply via email to

[Prev in Thread] Current Thread [Next in Thread]