Counting Codepoints

Daniel Bünzli daniel.buenzli at erratique.ch
Tue Oct 13 10:09:16 CDT 2015


Le mardi, 13 octobre 2015 à 15:46, Doug Ewell a écrit :
> I've been bemused by all this discussion about how unpaired surrogates
> are supposed to behave

I don't understand why people still insist on programming with Unicode at the encoding level rather than at the scalar value level. Deal with encoding errors and sanitize your inputs at the IO boundary of your program and then simply work with scalar values internally.  

Daniel



More information about the Unicode mailing list