prime31
2/27/2014 - 6:40 PM

MonoDevelop UTF8 bug

	void Awake()
	{
		var chinese = "我是一个中国人的一句";
		Debug.Log( "chinese: " + chinese );
	}