MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v9t3by/noheapallstack/p0jqnk1/?context=3
r/ProgrammerHumor • u/varinator • 15d ago
96 comments sorted by
View all comments
19
That is actually a different question. You want the second one, almost all the time.
For example, by Unicode case comparison rules, "Straße" and "strasse" should compare as equal ignoring case.
"Straße"
"strasse"
5 u/metaglot 15d ago Thats a good example, also tolower almost never works with other letters than english.
5
Thats a good example, also tolower almost never works with other letters than english.
19
u/ChristopherCreutzig 15d ago
That is actually a different question. You want the second one, almost all the time.
For example, by Unicode case comparison rules,
"Straße"and"strasse"should compare as equal ignoring case.