Comment 39 for bug 239222

Revision history for this message
In , Karlt (karlt) wrote :

(In reply to comment #16)
> We should use |('a' <= ch && ch <= 'z') || ('A' <= ch && ch <= 'Z')| ?

I'd feel safest with that.