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 ronaldoussoren
Recipients ezio.melotti, ronaldoussoren
Date 2009-05-26.09:34:18
SpamBayes Score 1.4416389e-08
Marked as misclassified No
Message-id <1243330460.9.0.507641201479.issue6109@psf.upfronthosting.co.za>
In-reply-to
Content
The same fontname and file display correctly in programs (such as 
Textmate).

Even when both textmate and IDLE have been configured to use the same 
font the text looks fine in textmate and broken in IDLE.

My gut feeling is that this is an issue with the Tk port to OSX. 

The same bad output is seen in the GUI version of wish when you read the 
file there manually using this code:

% open /Users/ronald/Desktop/Chinese.txt
file10
% read file10


The output of the last statement also contains squares, and at the same 
positions as when I open the file in IDLE.

What I don't know is if there is some magical Tcl code that will fix 
this issue.
History
Date User Action Args
2009-05-26 09:34:21ronaldoussorensetrecipients: + ronaldoussoren, ezio.melotti
2009-05-26 09:34:20ronaldoussorensetmessageid: <1243330460.9.0.507641201479.issue6109@psf.upfronthosting.co.za>
2009-05-26 09:34:19ronaldoussorenlinkissue6109 messages
2009-05-26 09:34:18ronaldoussorencreate