commit-gnue
[Top][All Lists]
Advanced

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

r5162 - trunk/gnue-appserver/src/classrep


From: jan
Subject: r5162 - trunk/gnue-appserver/src/classrep
Date: Thu, 26 Feb 2004 03:21:01 -0600 (CST)

Author: jan
Date: 2004-02-26 03:21:00 -0600 (Thu, 26 Feb 2004)
New Revision: 5162

Modified:
   trunk/gnue-appserver/src/classrep/SchemaSupport.py
Log:
write schema in utf-8 encoding instead of standart locale encoding


Modified: trunk/gnue-appserver/src/classrep/SchemaSupport.py
===================================================================
--- trunk/gnue-appserver/src/classrep/SchemaSupport.py  2004-02-25 19:54:52 UTC 
(rev 5161)
+++ trunk/gnue-appserver/src/classrep/SchemaSupport.py  2004-02-26 09:21:00 UTC 
(rev 5162)
@@ -128,7 +128,7 @@
                 _('Schema Support. -->\n'))
     dest.write (_("<!-- run this file through gnue-schema to create SQL ") + \
                 _("scripts -->\n"))
-    dest.write (schema.dumpXML ())
+    dest.write (schema.dumpXML().encode('utf-8'))
     dest.close ()
 
 





reply via email to

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