All chinese characters the player inputs will be shown like this:
I typed "一二三".
In fact, all unicode chars(such as Japanese, korean, ①, ②, ③...) have the same problem.
---------------------------
As a programmer, I guess:
1. Each Chinese(Unicode) char uses one placeholder. It means the...