This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients JBernardo, Ramchandra Apte, Rosuav, William.Schwartz, asvetlov, ezio.melotti, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-07-22.21:58:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374530289.99.0.770846136804.issue13153@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-22 21:58:10terry.reedysetrecipients: + terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, serhiy.storchaka, William.Schwartz
2013-07-22 21:58:09terry.reedysetmessageid: <1374530289.99.0.770846136804.issue13153@psf.upfronthosting.co.za>
2013-07-22 21:58:09terry.reedylinkissue13153 messages
2013-07-22 21:58:09terry.reedycreate