Message193566
In 3.3.2, 3.4.0 the traceback says that the invalid continuation byte (immediately, when '𐒢' is pasted) is ED. Snipped version is
File "F:\Python\dev\py33\lib\tkinter\__init__.py", line 1071,
self.tk.mainloop(n)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 1:
As I understand utf-8 from, for instance, the wikipedia article, continuation bytes are 0b10xxxxxx, or A0 to BF and definitely not ED. |
|
| Date |
User |
Action |
Args |
| 2013-07-22 21:58:10 | terry.reedy | set | recipients:
+ terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, serhiy.storchaka, William.Schwartz |
| 2013-07-22 21:58:09 | terry.reedy | set | messageid: <[email protected]> |
| 2013-07-22 21:58:09 | terry.reedy | link | issue13153 messages |
| 2013-07-22 21:58:09 | terry.reedy | create | |
|