Jeremy <[email protected]> writes: > File "/usr/local/lib/python2.6/xml/etree/ElementTree.py", line 751, > in _encode > return s.encode(encoding) > UnicodeEncodeError: 'ascii' codec can't encode characters in position > 4-8: ordinal not in range(128) > > I was able to fix this problem by editing the asstring method in > xhtmlwriter.py to default to "utf-8" encoding as suggested (but not > committed) in this ticket: http://code.pediapress.com/wiki/ticket/583 > I re-opened the ticket to discuss getting the fix into the codebase. >
should be fixed in http://code.pediapress.com/git/mwlib/?p=mwlib;a=commitdiff;h=651e05f thanks, - ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
