dabo Commit
Revision 6587
Date: 2011-05-06 01:10:39 -0700 (Fri, 06 May 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6587
Changed:
U trunk/ide/CxnEditor.py
Log:
Fix issue with malformed xml error in .cnxml files message.
Diff:
Modified: trunk/ide/CxnEditor.py
===================================================================
--- trunk/ide/CxnEditor.py 2011-04-28 00:10:14 UTC (rev 6586)
+++ trunk/ide/CxnEditor.py 2011-05-06 08:10:39 UTC (rev 6587)
@@ -546,7 +546,7 @@
# Previous values from the form might still be in the
dict.
# Blank them out, as they are not valid for file-based
backends.
v0["host"] = v0["user"] = v0["password"] = v0["port"] =
""
- xml = createXML(vals)
+ xml = createXML(vals, encoding="utf-8")
file(self.connFile, "w").write(xml)
dabo.ui.callAfter(self.bringToFront)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]