Yes!
Quote:
Originally Posted by DiapDealer
|
Kovid is handling knowing if a shift is needed or not by checking if the key when uppercased == the key when lowercased. That should be true for all numbers and punctuation and all special symbols.
It is very similar to the code we use - ours uses unicode character classes - to accomplish something close.
Let's give Kovid's way a try to see how that works.
Excellent! I have my fingers crossed.