defEng = wx.GetDefaultPyEncoding()
print 'default encoding is %s' % defEng
If I run this from within the WingIDE debugger, I get
default encoding is mac-roman
If I run it from the command line, I get
default encoding is mac-roman
If I use py2app to build a standalone, I get
default encoding is utf-8
How come?
Charles Hartman
_______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
