Zim

Comment 18 for bug 518323

Revision history for this message
1.John@seznam.cz (neozvuck) wrote :

would this work?

>>> unicode.islower(u'ěščřžýáíéúů')
True
>>> unicode.islower(u'ĚŠČŘŽÝÁÍÉÚŮ')
False
>>> unicode.isupper(u'ĚŠČŘŽÝÁÍÉÚŮ')
True
>>> unicode.isupper(u'ěščřžýáíéúů')
False