I am using nGUI(3.9.9) UIInput to make a chat window. the UILabel attached in the UIInput supports Chinese. When I set the "Starting Value" of UIInput with Chinese, it can be showed, but if I print Chinese character in the label, the character can not be showed.
I check the UIInput.cs, seems that Input.inputstring is used to get input character, but it can only support ASCII characters. How can I modify it to support Chinese?