ngui does not support chinese? newline in constance

I wanna change the text of a specific label in script.
GameGUI.rightBtnLabel.text = “出售”;
but when it runs ,It shows “鍑哄敭” those strange characters in the game view.
what happend?

and when I directly type in “出售” in the label’s inspector view,it works correctly.
then I copy these 2 characters into the scripts,It logs error “newline in constant”

scritps are saved in utf-8 coding.

that may be the problem, I believe all these special chars is only available in higher UTF formats such as UTF-32. with that said, I’m not entirely sure but it may be worth a try.

这是因为monodevelop的毛病,这货支持汉字不好。你试试在Resource中用utf8编码保存一个有汉字的文件,然后读出来,就对了。