Fix: correct codepage for Windows
This commit is contained in:
parent
dba5bcf4c9
commit
7c0ba351de
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -55,7 +55,7 @@ The Windows command line (cmd and powershell) still has problems with UTF-8.
|
|||
Using the --verbose option might cause the script to crash with an
|
||||
UnicodeEncodeError. If you want to avoid the crash, you have to do both,
|
||||
change the command line codepage and the font. For example, doing a
|
||||
"chcp 16001" and changing the font to "Lucidia Console" should help.
|
||||
"chcp 65001" and changing the font to "Lucidia Console" should help.
|
||||
|
||||
Acknowledgements
|
||||
================
|
||||
|
|
Loading…
Reference in a new issue