From 7c0ba351dea9fbc34565501cdf7385fa433e0e13 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 18 Sep 2013 15:41:23 +0200 Subject: [PATCH] Fix: correct codepage for Windows --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c428e1f..462e5d3 100644 --- a/README +++ b/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 ================