Luohuayu / CatServer

高性能和高兼容性的1.12.2/1.16.5/1.18.2版本Forge+Bukkit+Spigot服务端 (A high performance and high compatibility 1.12.2/1.16.5/1.18.2 version Forge+Bukkit+Spigot server)
https://catmc.org
GNU Lesser General Public License v3.0
1.98k stars 211 forks source link

Encoding #255

Closed dayd21git closed 3 years ago

dayd21git commented 4 years ago

Hi. Please tell us how to fix it. The Cyrillic alphabet is not displayed correctly. I think it's the UTF-8!

start.bat: @ECHO OFF java -Dfile.encoding=utf-8 -Xincgc -Xmx24G -jar server.jar PAUSE

OC: Win7 x64 Screen: https://dropmefiles.com/M9ib9

Luohuayu commented 4 years ago

Not need -Dfile.encoding=utf-8, remove it

dayd21git commented 4 years ago

Not help. Maybe this is the case in Windows? I noticed that the result is different from the previous one.

start.bat: @echo OFF java -Xincgc -Xmx24G -jar server.jar PAUSE

OC: Win7 x64 Screen: https://dropmefiles.com/yYkXG