Skip to content

Commit

Permalink
faq: Add another possible encoding error (#1027)
Browse files Browse the repository at this point in the history
"cannot decode byte sequence"
  • Loading branch information
tanyabouman committed May 11, 2024
1 parent 6f2619e commit 14c2fdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/tutorials/faq.markdown
Expand Up @@ -18,6 +18,10 @@ or:
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.

Another possible encoding error is:

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

On most linux distros, you can solve this by setting your `LANG` to use UTF-8,
using something like:

Expand Down

0 comments on commit 14c2fdf

Please sign in to comment.