¡@

Home 

python Programming Glossary: char.decode

SQLite, python, unicode, and non-utf data

http://stackoverflow.com/questions/2392732/sqlite-python-unicode-and-non-utf-data

decode byte 0xf3 in position 0 unexpected end of data 'ó' char.decode 'latin_1' type 'unicode' repr char.decode 'latin_1' u' xf3'.. end of data 'ó' char.decode 'latin_1' type 'unicode' repr char.decode 'latin_1' u' xf3' ' ' char.decode 'utf_8' ERROR 'utf8' codec.. type 'unicode' repr char.decode 'latin_1' u' xf3' ' ' char.decode 'utf_8' ERROR 'utf8' codec can't decode byte 0xf3 in position..