Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Mar 30, 2019 21:41 UTC (Sat) by mirabilos (subscriber, #84359)In reply to: Working with UTF-8 in the kernel by nybble41
Parent article: Working with UTF-8 in the kernel
case-insensitive filename comparison belongs into userspace, because there, if you setlocale(3) correctly, things like toupper(3), tolower(3) and strcoll(3) work properly even for Turkish.
So, the kernel should have nothing to do with this *at all*.
