Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Mar 29, 2019 13:32 UTC (Fri) by drag (guest, #31333)In reply to: Working with UTF-8 in the kernel by Sesse
Parent article: Working with UTF-8 in the kernel
> Also, I don't think you can blame Unicode for the fact that Turkish and English has different alphabets.
What it does mean is that your case insensitive lookups for the file system are actually case sensitive with insensitive elements. How sensitive it ends up being depends on what language a user uses.
Unless, of course, the kernel is aware of the user's locale and changes the responses accordingly.
