[EMAIL PROTECTED] wrote:
>     try:
>         (uni, dummy) = utf8dec(s)
>     except:
>         (uni, dummy) = iso88591dec(s, 'ignore')
Is there really any point in even trying to decode with UTF-8?  You
might as well just assume ISO 8859-1.

                       Ross Ridge

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

Reply via email to