ThinkGeo.com    |     Documentation    |     Premium Support

How can I set font charset UTF-8

How can set font charset UTF-8 for text.



Hello duong,


I think you mean how to set the encoding for your layer? Then all the characters in the layer shows as that encoding? If so, you can refer the code below:



worldLayer.Encoding = System.Text.Encoding.GetEncoding("UTF-8");

Regards,


Gary