Unicode characters string

后端 未结 3 1674
粉色の甜心
粉色の甜心 2020-12-03 13:34

I have the following String of characters.

string s = \"\\\\u0625\\\\u0647\\\\u0644\";

When I print the above sequence, I get:

3条回答
  •  执念已碎
    2020-12-03 14:23

    I would suggest the use of String.Normalize. You can find everything here:

    http://msdn.microsoft.com/it-it/library/8eaxk1x2.aspx

提交回复
热议问题