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()
>    

Could you also change ReportDesigner line from
     file(fileSpec, "wb").write(xml.encode(dabo.getEncoding()))
to
     file(fileSpec, "wb").write(xml.encode("utf-8"))
please?

-- 
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]

Reply via email to