Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Apr 5, 2019 1:24 UTC (Fri) by xtifr (guest, #143)In reply to: Working with UTF-8 in the kernel by nim-nim
Parent article: Working with UTF-8 in the kernel
If the case-insensitive FS is a user-space overlay on an existing filesystem, then you don't *need* to guess anything. It will do case-folding based on the locale of the user who mounted the overlay.
This means *all* the overheads will truly need to be present only for those who actively *use* the system.
I honestly don't know how this is all going forward without *at least* a user-space proof-of-concept system.
