Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Apr 1, 2019 9:45 UTC (Mon) by nim-nim (subscriber, #34454)In reply to: Working with UTF-8 in the kernel by mirabilos
Parent article: Working with UTF-8 in the kernel
The kernel needs to provide the encoding and normalisation userspace can work from. You can’t push those to userspace, because userspace then ends up guessing (badly) the filesystem encoding.
