reetesh nigam wrote:
Hi All, There is some special character in my database. and when try to show on my UI it saysreturn 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. -- http://mail.python.org/mailman/listinfo/python-list