hoxily / DotFont

Things about dot matrix font and examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

char type in C# is just UTF-16 code unit

hoxily opened this issue · comments

char type in C# is just UTF-16 code unit.
Unicode is not only 2^16(65536) characters, but 0x10ffff characters which called unicode code point.
see MSDN(http://msdn.microsoft.com/zh-cn/library/system.char(v=vs.110).aspx) and UTF-8 Everywhere(http://www.utf8everywhere.org/).