A report from the documentation maintainer
A report from the documentation maintainer
Posted Nov 2, 2016 22:54 UTC (Wed) by nybble41 (subscriber, #55106)In reply to: A report from the documentation maintainer by farnz
Parent article: A report from the documentation maintainer
> It's not too much to ask, but it's a hard problem.
As an addendum to my previous comment, the examples given here support the argument that *case-insensitive* comparison presents difficulties above and beyond case-sensitive comparison of Unicode strings. This would make traditional case-sensitive glob matching and sorting easier to implement than the current case-insensitive behavior. "Should ß == SS?" No, the first is lowercase and the second is uppercase. (Of course, you still have to deal with the question of whether ß == ss.)
