Y
Hacker News
new
|
ask
|
show
|
jobs
by
rb12345
5095 days ago
PHP could just use the approach NTFS uses on Windows and convert to upper case instead:
http://blogs.msdn.com/b/michkap/archive/2004/12/02/273619.as...
1 comments
Xylakant
5095 days ago
Which would not help in this case, since in turkish the upper-case representation of `i` is not `I` but a different symbol. So the class you're looking for would not exist.
link
rb12345
5094 days ago
Oops - looks like you're actually right there. For some reason, I thought I'd read that i and ı were both mapped to I.
link