Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Apr 1, 2019 6:46 UTC (Mon) by marcH (subscriber, #57642)In reply to: Working with UTF-8 in the kernel by foom
Parent article: Working with UTF-8 in the kernel
Check the numerous, real-world examples and references given in the comment to the previous LWN article: https://lwn.net/Articles/784041/ It's not just Turkish: like another natural language topic case-sensitivity is very complex and (among others) locale-specific - not just in theory but in practice.
foom wrote:
> Neither Mac nor windows filesystems' case folding is locale sensitive, either. (NTFS does write a file during filesystem creation containing the case folding rules for that drive, so you _could_ make them be whatever you like, at the risk of breaking everything...)
Interesting, references?
nybble41 wrote:
> The fact that case folding is broken everywhere else it's been implemented offers a good argument against implementing it in Linux.
Wait... should Linux be "bug for bug" compatible or linguistically correct?
