node-link / minecord

Connects Minecraft Server and Discord without any mods or plugins.
MIT License
66 stars 16 forks source link

Log file is shift_jis on Windows (JP) #1

Closed noonworks closed 6 years ago

noonworks commented 6 years ago

In my environment, Japanese chat will be garbled. It is caused by that latest.log is encoded in shift_jis on my machine (Windows 10, Japanese). I guess that the file uses the system default character set, which is different on each OS and countries. I think that it is better to add an option to set file encoding.