slightly off topic.
language case sensitivity is not the same at all as application case sensitivity.
[ Visual Basic isn't case sensitive, as far as I know, yet you can code applications for login that are in it. ]
C++ is case sensitive, yet the most common OS, Windows, written in C++ is not.
I happen to agree it is better to be case sensitive, since it FORCES the developers to PAY ATTENTION to what they are doing, where the case insensitive idea would let them not pay attention to their jobs.

































