Effects of Setting the Default Encoding : Unicode : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Unicode »

 

Effects of Setting the Default Encoding


import sys 
print sys.getdefaultencoding()                  
s = u'La Pexf1a
print s



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Unicode