Sunday, September 9, 2012

Python: cyrillic to lowercase/uppercase

 print unicode("ПРИВЕТ", encoding='utf-8').lower()

No comments:

Post a Comment