Y
Hacker News
new
|
ask
|
show
|
jobs
by
HeatrayEnjoyer
755 days ago
How would locale matter?
2 comments
ckolkey
755 days ago
Off the top of my head, in turkish, `i` doesn't become `I`, it becomes `İ`. And `ı` is the lower case version of `I`
link
Dylan16807
755 days ago
You don't need to decide how to upper or lower case a character to be insensitive to case, though. Treating them all as matching isn't a terrible option.
link
GolDDranks
755 days ago
For example, it depends on the locale if the capitalized form of ß is ß or SS.
link