5 ms·
Is rune "right" even? I thought that rune was a single codepoint. How does that behave in the presence of combining characters or in non normalized unicode stri
by tsewlliw 13y ago
Is rune "right" even? I thought that rune was a single codepoint. How does that behave in the presence of combining characters or in non normalized unicode strings?
https://twitter.com/glitchr_ https://twitter.com/glitchr_
- cthom06 13y agoYes it is a single codepoint. Normalization is a whole other issue, and a much less trivial one.