Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Apr 17, 2019 22:40 UTC (Wed) by marcH (subscriber, #57642)In reply to: Working with UTF-8 in the kernel by dvdeug
Parent article: Working with UTF-8 in the kernel
a file named ß.
> But a case-insensitive filename match for ß will not return a file named ẞ.
Just for fun, some more "real-world" case insensitivity (from comments in the previous LWN thread)
https://www.google.com/search?q=FRANCAIS
https://www.google.com/search?q=FRANÇAIS
Good luck supporting this in your filesystem.
> If the German speakers really wanted a change,...
Thanks, you just confirmed case sensitivity is not "hard science" no matter how hard Unicode tries to pretend it is. What a surprise considering it's part of natural languages. That's why it definitely has a place in high level interface user interfaces like file explorers, choosers and maybe interactive command lines even (with some autocorrection) but certainly not "hardwired" at a very low level in filesystems where it has already been seen causing damage.
