Default encoding

Lawrence Oluyede raims at dot.com
Sun Aug 1 18:18:29 EDT 2004


In data Mon, 02 Aug 2004 00:14:01 +0200, Florian Lindner ha scritto:

> how can I get the default encoding of a python installation?

import sys
sys.getdefaultencoding()

-- 
Lawrence (l dot oluyede at virgilio dot it)
"In IE we trust"



More information about the Python-list mailing list