nexx
unread,Sep 28, 2012, 1:34:29 PM9/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hakyll
I try to use Hakyll on Windows 7 64 bit. It seems to work besides
handling non-ascii characters. E.g. … from the index.html from
the simpleblog example.
When such a character is processed, the site generation process stops
with "commitBuffer: invalid argument (invalid character)"
PS Y:\blog\learn\hakyll-examples\simpleblog> .\site.exe rebuild
Removing _site...
Removing _cache...
Initialising
[ 0ms] Creating store
[ 2ms] Creating provider
Adding new compilers
Compiling css/default.css
[ 0ms] Total compile time
[ 1ms] Routing to css/default.css
Compiling templates/default.html
[ ] Checking cache: modified
[ -2ms] Total compile time
Compiling templates/post.html
[ ] Checking cache: modified
[ -1ms] Total compile time
Compiling posts/2009-11-05-a-first-post.markdown
[ ] Checking cache: modified
[ 2ms] Total compile time
[ 1ms] Routing to posts/2009-11-05-a-first-post.html
Compiling posts/2009-11-10-another-post.markdown
[ ] Checking cache: modified
[ -1ms] Total compile time
[ 2ms] Routing to posts/2009-11-10-another-post.html
Compiling posts/2009-11-28-a-third-post.markdown
[ ] Checking cache: modified
[ -1ms] Total compile time
[ 1ms] Routing to posts/2009-11-28-a-third-post.html
Compiling posts/2009-12-04-this-blog-aint-dead.markdown
[ ] Checking cache: modified
[ 0ms] Total compile time
[ 1ms] Routing to posts/2009-12-04-this-blog-aint-dead.html
Compiling posts/2009-12-23-almost-christmas.markdown
[ ] Checking cache: modified
[ 1ms] Total compile time
[ -2ms] Routing to posts/2009-12-23-almost-christmas.html
Compiling templates/index.html
[ ] Checking cache: modified
site.exe: _site\index.html: commitBuffer: invalid argument (invalid
character)
[ -2ms] Total compile time
I tried to set the LANG and LC_CTYPE environment variables to multiple
values (including C, en, en_US, en_US.utf8, en_US.UTF-8 and
de_DE.UTF-8), but non helped.
Any more suggestions to solve this problem?