A report from the documentation maintainer
A report from the documentation maintainer
Posted Nov 7, 2016 10:08 UTC (Mon) by farnz (subscriber, #17727)In reply to: A report from the documentation maintainer by tdz
Parent article: A report from the documentation maintainer
Aha, someone who can actually answer the underlying question for me!
Would you expect a case-insensitive equality operator to have "groß" == "gross" == "GROSS" == "GROß" == "GROẞ" (which the case-insensitive OS I've played with chooses to do in a German locale)?
Put differently, would you expect that if you searched for "groß" in a text document, you would not find matches for "GROSS" but would for "GROß"? Equally, if you searched a text document for "GROSS", would you expect to see matches for "groß", or only for "gross" in a case-insensitive search?
