PaperMC/Velocity

unicode characters are not displayed correctly in logs

weihao opened this issue · 1 comments

smp_1             | [06:45:40 INFO]: <.HuangFuSL> ������������������������
smp_1             | [06:45:49 INFO]: <.NewBeeplus> ������������������������
smp_1             | [06:45:54 INFO]: <.NewBeeplus> ���������������
smp_1             | [06:45:54 INFO]: <.HuangFuSL> ���

They are displayed correctly in game but not in consoles.

astei commented

More likely your console/server is configured with the wrong character set and instead of Chinese characters you get mojibake. In any case, Velocity treats all text as UTF-8 anyway.

Closing as this does not appear to be a bug in Velocity but rather a user configuration issue.