Unicode Decode Error

MRAB google at mrabarnett.plus.com
Thu Apr 9 10:40:54 EDT 2009


reetesh nigam wrote:
> Hi All,
> There is some special character in my database.
> and when try to show on my UI it says
> 
>     return codecs.utf_8_decode(input, errors, True)
> UnicodeDecodeError: 'utf8' codec can't decode byte 0xc4 in position
> 10: unexpected end of data
> 
> 
> Can any one help to solve this problem
> 
Perhaps it isn't valid UTF-8, but 8-bit characters in some encoding.



More information about the Python-list mailing list