Użytkownik Paul McNett napisał: > dabo Commit > Revision 6079 > Date: 2010-10-06 11:29:50 -0700 (Wed, 06 Oct 2010) > Author: Paul > Trac: http://trac.dabodev.com/changeset/6079 > > Changed: > U trunk/dabo/lib/reportWriter.py > > Log: > Reverted the filling-in of the rfxml header's encoding to 'utf-8', until we > can decide how to move forward without breaking existing reports. > > > Diff: > Modified: trunk/dabo/lib/reportWriter.py > =================================================================== > --- trunk/dabo/lib/reportWriter.py 2010-10-06 18:10:01 UTC (rev 6078) > +++ trunk/dabo/lib/reportWriter.py 2010-10-06 18:29:50 UTC (rev 6079) > @@ -2420,7 +2420,7 @@ > --> > > > -""" % getEncoding() > +""" % "utf-8" ## getEncoding() > return os.linesep.join(header.splitlines()) > >
Take in mind, that is only change in xml header. Now on my Windows machine, I receive report file with header pointing to 'utf-8', but for real it is encoded with 'windows-1252' encoding. This is wrong too. I strongly suggest add to dictoxml/xmltodict functions encoding support. -- Regards Jacek Kałucki _______________________________________________ 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]
