Storing Non-ASCII Characters : Unicode : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Unicode »

 

Storing Non-ASCII Characters


s = u'La Pexf1a'                         
print s                                        
print s.encode('latin-1')



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo String
» Unicode