isUpperCase(), anyone?

2003-08-14 Thread Kjetil Rå Hauge
Is there any way to do a simple Unicode-compliant check of whether a character is uppercase? I figured that this would do it: function isUpper x set the useUnicode to true --must be uppercase if the lowercased x is not equal to the original x: return charToNum(x)

RE: isUpperCase(), anyone?

2003-08-10 Thread Ken Ray
] [mailto:[EMAIL PROTECTED] On Behalf Of Kjetil Rå Hauge Sent: Saturday, August 09, 2003 5:48 AM To: [EMAIL PROTECTED] Subject: isUpperCase(), anyone? Is there any way to do a simple Unicode-compliant check of whether a character is uppercase? I figured that this would do it: function