Unicode Decode Error

reetesh nigam nigamreetesh84 at gmail.com
Thu Apr 9 09:24:02 EDT 2009


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



More information about the Python-list mailing list