Forum Discussion

PerceptiveFilament's avatar
PerceptiveFilament
Copper Contributor
Oct 01, 2024

Why is System.Text.Rune named like this?

.NET uses UTF-16 for string encoding. This means: char type, which is atomic unit of string, is 16-bit size data type. that surrogate pairs are used for Supplementary code points, U+10000..U+10FFF...

Resources