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
--
http://mail.python.org/mailman/listinfo/python-list
