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 shreyanavigyan
Recipients erlendaasland, serhiy.storchaka, shreyanavigyan, steven.daprano, taleinat, terry.reedy
Date 2021-05-25.18:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621968407.41.0.97107543113.issue44217@roundup.psfhosted.org>
In-reply-to
Content
I executed the code Tal provided and yes both Serhiy and Tal you're right. It seems the backspace problem is related to Tcl/Tk's indexing. 1.1 and 1.2 both refer to 😀. Also the dancing I told actually tells why this is happening. Since Tcl/Tk uses BMP it treats 😀 also as 2 bytes. Now when we move the typing cursor from right to left using arrow keys the 😀 gets split into ??. Notice there are two ?. So it's all coming together now.
History
Date User Action Args
2021-05-25 18:46:47shreyanavigyansetrecipients: + shreyanavigyan, terry.reedy, taleinat, steven.daprano, serhiy.storchaka, erlendaasland
2021-05-25 18:46:47shreyanavigyansetmessageid: <1621968407.41.0.97107543113.issue44217@roundup.psfhosted.org>
2021-05-25 18:46:47shreyanavigyanlinkissue44217 messages
2021-05-25 18:46:47shreyanavigyancreate