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 gpolo
Recipients gpolo, kbk, sophros
Date 2009-04-22.19:37:52
SpamBayes Score 0.0076451157
Marked as misclassified No
Message-id <1240429073.95.0.464919038866.issue1012435@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug in tkinter either, unfortunately. Please report it at
tk tracker: http://sourceforge.net/projects/tktoolkit/

Here is the equivalent tcl code to reproduce the problem (you could use
it while re-reporting at the tk tracker):

$ wish8.5
% pack [text .t]
% .t insert 1.0 abc
% .t insert 1.0 "z\u0102\u02c7"
History
Date User Action Args
2009-04-22 19:37:54gpolosetrecipients: + gpolo, kbk, sophros
2009-04-22 19:37:53gpolosetmessageid: <1240429073.95.0.464919038866.issue1012435@psf.upfronthosting.co.za>
2009-04-22 19:37:52gpololinkissue1012435 messages
2009-04-22 19:37:52gpolocreate