It's impossible to capitalize or change symbol's case(lowercase or uppercase) if you're using e.g. cp1251 or non-unicode format.
To fix it:
>>> print unicode("ПРИВЕТ",'utf-8').lower()
привет
Subscribe to:
Post Comments (Atom)
This blog contains data I found useful for my current research. My current research: http://philippovich.ru/Projects/ASIS/index.htm (it's in russian only, sorry) Here is almost the same in english: http://w3.usf.edu/FreeAssociation/
No comments:
Post a Comment