Working with UTF-8 in the kernel
Working with UTF-8 in the kernel
Posted Apr 8, 2019 23:30 UTC (Mon) by dvdeug (subscriber, #10998)In reply to: Working with UTF-8 in the kernel by foom
Parent article: Working with UTF-8 in the kernel
What rules do they use?
In what way are the Unicode case-folding rules rather complex? They are for the most part fairly simple, one to one matchings of characters, with a few exceptions that you just have to deal with. The German ß and the various titlecase characters in Unicode are there and are going to have to be dealt with.
