Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Apr 8, 2019 2:02 UTC (Mon) by dvdeug (subscriber, #10998)In reply to: Working with UTF-8 in the kernel by dgm
Parent article: Working with UTF-8 in the kernel
If you want to support FAT or NTFS, you need to support case-insensitive filesystems. You can half-ass it and write out potentially corrupt filesystems, but I think most of the users of these filesystems with Windows don't want that. Fortunately, there are rules for locale-insensitive case-folding, and they aren't random or arbitrary.
