[code.view]

[top] / python / PyMOTW / sys / sys_unicode.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2009 Doug Hellmann All rights reserved.
     #
     """
     """
     #end_pymotw_header
     
     import sys
     
     print 'Default encoding    :', sys.getdefaultencoding()
     print 'Filesystem encoding :', sys.getfilesystemencoding()
     

[top] / python / PyMOTW / sys / sys_unicode.py

contact | logmethods.com