Conversation
dtlnor
commented
Sep 25, 2022
- windows can't read utf-8 json properly without explicit define the encoding format
- windows can't read utf-8 json properly without explicit define the encoding format
|
Thank you for the contribution! I don't have a Windows machine to test right now, but you might also be able to fix this by setting the code page to 65001 (utf-8) before running the tool. I'm just lazy to set it explicitly because usually my systems are UTF-8 by default. Anyway, explicit encoding is the correct way to do it. There are also some other uses of By the way, I haven't used this for some time, so you can feel free to start maintaining your own fork of the contents of the https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/chcp |
|
Sorry for the late reply, I have added explicit encoding for those not in binary mode. |