Skip to content

Commit

Permalink
faq: Add another possible encoding error
Browse files Browse the repository at this point in the history
 "cannot decode byte sequence"
  • Loading branch information
tanyabouman committed May 9, 2024
1 parent 5e2b2cd commit 8c89291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/tutorials/faq.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ or:
hGetContents: invalid argument (Invalid or incomplete multibyte or wide
character)

or:

Store.set: invalid argument (cannot decode byte sequence starting from 197)

It means that your Hakyll executable couldn't write to (in the former case) or
read (in the latter) from an UTF-8 encoded file.

Expand Down

0 comments on commit 8c89291

Please sign in to comment.