In article <[EMAIL PROTECTED]>,
 Peter Otten <[EMAIL PROTECTED]> wrote:

> If all else fails there's
> 
> >>> sys.setdefaultencoding("latin1")
> >>> "Andre\xe9 Ramel".decode()
> u'Andre\xe9 Ramel'
> 
> but that's an evil hack, you should rather talk to the maintainer of the
> offending code to update it to accept unicode.

Yes, but I need to hack around it until I can get it fixed.

Thanks!

rg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to