Skip to content

Commit

Permalink
Fix: correct codepage for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
beedaddy committed Sep 18, 2013
1 parent dba5bcf commit 7c0ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
================
Expand Down

0 comments on commit 7c0ba35

Please sign in to comment.