how to comment lot of lines in python

Kent Johnson kent at kentsjohnson.com
Tue Apr 4 10:59:18 EDT 2006


Rick Zantow wrote:
>> Thank you! I don't suppose you have any tricks to make it work with 
>> UTF-8 data outside the cp1252 character set, do you?
>>
> 
> Sadly, I don't. TP claims Unicode support, but I'm not sure what they 
> mean; it does seem to be restricted to cp1252.

TP will correctly read and write UTF-8 files if they use only the 
characters available in cp1252. So there is a little Unicode support but 
it breaks down pretty quickly with, e.g. Chinese or even Polish.

Kent



More information about the Python-list mailing list