Serhiy Storchaka added the comment:

Try b'\x81', b'\x98', b'\xae', b'\xd5', b'\xff'. They are undecodable in all 
1-byte encodings.

b'\x81' : shift_jis_2004 shift_jis shift_jisx0213 cp869 cp874 cp932 cp1250 
cp1252 cp1253 cp1254 cp1255 cp1257 cp1258
b'\x98' : shift_jis_2004 shift_jis shift_jisx0213 cp874 cp932 cp1250 cp1251 
cp1253 cp1257
b'\xae' : iso8859-3 iso8859-6 iso8859-7 cp424
b'\xd5' : iso8859-8 cp856 cp857
b'\xff' : hp-roman8 iso8859-6 iso8859-7 iso8859-8 iso8859-11 shift_jis_2004 
shift_jis shift_jisx0213 tis-620 cp864 cp874 cp1253 cp1255

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to