diff options
author | Simonas Kazlauskas <git@kazlauskas.me> | 2014-05-10 16:13:20 +0300 |
---|---|---|
committer | Simonas Kazlauskas <git@kazlauskas.me> | 2014-05-10 16:18:12 +0300 |
commit | b452cff01e4cf3835dbd9feab60f58d9eafade48 (patch) | |
tree | b35d08ac6fee5a5c98ff69e19e66c8a52c63a3eb /web/tutorials | |
parent | d89fadcdb97c2acd9aeaa58c830d30ad755f31d7 (diff) | |
download | hakyll-b452cff01e4cf3835dbd9feab60f58d9eafade48.tar.gz |
Add note on Windows UTF-8 issue
Fixes #253
Diffstat (limited to 'web/tutorials')
-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: |