Christian Ridderström wrote:
On Fri, 2 Jan 2009, Abdelrazak Younes wrote:
rgheck wrote:
What's the right way to find out if the first character of a
docstring is
lowercase? Should I do something like: ucs4_to_qchar(c).isLower()?
You also want to check that the character is _in_ the ucs2 range.
if (!is_utf16(c))
return true;
return ucs4_to_qchar(c).isLower();
Is it valid to say that any character not in utf16 is considered lower
case?
I guess not but I don't even know if there is such a distinction between
upper and lower case for non uft16 characters...
PS: Happy new year to you all and your families.
Gott nytt år!
Bonne année!
Rhamkom mabrouk!
:-)
Abdel.