unicode strings and such

Oleg Broytmann phd at phd.pp.ru
Thu Sep 13 11:38:10 EDT 2001


On Thu, Sep 13, 2001 at 08:11:10AM -0700, Garth Grimm wrote:
> Hhmmmm.. That brings up a good question.  Does Python support file IO using different character 
> encodings?  Now that I think of it, I don't recall any file open methods that took encoding 
> parameters.

   Look into module codecs. You need codecs.open.

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list