xImAnton / mcweb

a web-remote minecraft server wrapper with some unique features
GNU General Public License v3.0
1 stars 0 forks source link

unicode characters not display correctly in console #45

Closed xImAnton closed 3 years ago

xImAnton commented 3 years ago

you cant send unicode commands either

xImAnton commented 3 years ago

we're encoding console input as ascii, fixing this

xImAnton commented 3 years ago

fixed server error in 48f51a6, need to display correctly maybe use something like subprocess.Popen(universal_newline=True) or subprocess.Popen(encoding="utf-8")

xImAnton commented 3 years ago

fiixxeed