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 string encoding is correct. (If not, a char will use placeholders more than one)
2. So this is caused by font-family.
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 string encoding is correct. (If not, a char will use placeholders more than one)
2. So this is caused by font-family.

