current default string encoding

Alexander Semenov sav at ulmen.mv.ru
Sun Feb 24 06:09:04 EST 2002


"Oleg Broytmann" <phd at phd.pp.ru> ???????/???????? ? ???????? ?????????:
news:mailman.1014284016.4796.python-list at python.org...
> On Thu, Feb 21, 2002 at 07:15:03AM +0000, Luc Saffre wrote:
> > How or where is this current default string encoding defined? Can i
>    http://www.python.org/doc/FAQ.html#4.102
> > change it during run-time?
>    No.

You can do

reload(sys)
sys.setdefaultencoding('Whatever your want')

but Guido dont want you do so.

Alexander.






More information about the Python-list mailing list