diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-05-12 10:41:07 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-05-12 10:41:07 +0200 |
commit | 4d2b031ee2e8adbcd3864c9c3737d53c06ed2292 (patch) | |
tree | b35d08ac6fee5a5c98ff69e19e66c8a52c63a3eb | |
parent | d89fadcdb97c2acd9aeaa58c830d30ad755f31d7 (diff) | |
parent | b452cff01e4cf3835dbd9feab60f58d9eafade48 (diff) | |
download | hakyll-4d2b031ee2e8adbcd3864c9c3737d53c06ed2292.tar.gz |
Merge pull request #257 from nagisa/chcp65001
Add note on Windows UTF-8 issue
-rw-r--r-- | web/tutorials/faq.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/tutorials/faq.markdown b/web/tutorials/faq.markdown index 66dd4e6..87c1a92 100644 --- a/web/tutorials/faq.markdown +++ b/web/tutorials/faq.markdown @@ -24,6 +24,9 @@ using something like: You should also add this to your `.profile`, or whatever config file you use. +On Windows, running `chcp 65001` before running your Hakyll executable has been +reported to work. + ## "File name does not match module name" on Mac OS Hakyll.hs:1:1: |