On 05/06/2011 11:01 AM, Jacek Kałucki wrote:
> It takes sencoding setting from dabo.getEncoding() function which returns
> default system encoding, while real application encoding is defined
> with dabo.defaultEncoding attribute.
>
Jacek, not that it makes any difference in practice, but I'm just curious:

Why did you then hardcoded the encoding in your patch

+               xml = createXML(vals, encoding="utf-8")

instead of doing

+               xml = createXML(vals, encoding=dabo.defaultEncoding)

then? Maybe it's hardcoded in the XML Parser too?
Thanks for the patch ;)

Nick
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to