NGUI UILabel Chinese Support Supporting tagline
You have set the code format to UTF-8, but also get the “???”
UILabel c = GameObject.Find("below_Label_company").GetComponent<UILabel>();
c.text = "汉字";
OK, save your code as “UTF-8 with BOM”.
Published
24 April 2013