-
I know it may be a stupid question but I don't know how to use debug mode. Mean I try this: This happens: This is the log:
What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is the endlessly annoying issue with character encoding on Windows CMD. CMD does not use UTF-8 by default. Can you try running this in Powershell instead, assuming you have Powershell v6 or newer? If this doesn't work, can you try running |
Beta Was this translation helpful? Give feedback.
This is the endlessly annoying issue with character encoding on Windows CMD. CMD does not use UTF-8 by default.
Can you try running this in Powershell instead, assuming you have Powershell v6 or newer?
If this doesn't work, can you try running
chcp 65001
in powershell before running Kobodl?