Closed m-ender closed 6 years ago
I don't think this will happen. In Retina 1.0 this option would need two bytes, and in the most common use case it would save... two bytes, so nothing overall:
T!~`L`l
T`Ll`lL
It would probably also wreak havoc with the new cyclic transliteration, but I haven't thought about that in detail.
An advanced case-insensitive mode for Transliterate would be useful for case-swapping applications. It's tricky to put the exact feature into words, but if the option was
~
, I'd imagine that both of the following stages would swap the case of all letters:If a letter is not mapped to another letter, then
~
would simply make the transliteration case insensitive, so the following stages would be equivalent:And by extension also