<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,8 +15,10 @@ class builder:
     return element(name, self)
   def __getitem__(self, name):
     return element(name, self)
-  def __unicode__(self):
+  def __str__(self):
     return self.document.getvalue()
+  def __unicode__(self):
+    return self.document.getvalue().decode(&quot;utf-8&quot;)
   def write(self, line):
     self.document.write('%s%s' % ((self.indentation * ' '), line))
 </diff>
      <filename>xmlbuilder.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>251baa1d8d2f98850f0066fdc5e455ee1c752044</id>
    </parent>
  </parents>
  <author>
    <name>Jonas Galvez</name>
    <email>jonas@codeazur.com.br</email>
  </author>
  <url>http://github.com/galvez/gae-rest/commit/c5f37e62ce474ce127c737955419e8a973b923ca</url>
  <id>c5f37e62ce474ce127c737955419e8a973b923ca</id>
  <committed-date>2008-11-23T07:03:48-08:00</committed-date>
  <authored-date>2008-11-23T07:03:48-08:00</authored-date>
  <message>__str__() shouldn't be missing.</message>
  <tree>b66cf48126da486e1e2435cc8e28a356e20de126</tree>
  <committer>
    <name>Jonas Galvez</name>
    <email>jonas@codeazur.com.br</email>
  </committer>
</commit>
