From 52fd9451b6b4ec5870d3cff1bfac5b3ca1df54c7 Mon Sep 17 00:00:00 2001 From: Curious Cat <28896410+catherinetsang@users.noreply.github.com> Date: Thu, 31 Dec 2020 12:32:39 -0500 Subject: [PATCH] typo - do instead of don't (#8518) Merge pull request 8518 --- docs/_docs/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/windows.md b/docs/_docs/installation/windows.md index e083938b..32665fe7 100644 --- a/docs/_docs/installation/windows.md +++ b/docs/_docs/installation/windows.md @@ -97,7 +97,7 @@ Bash on Ubuntu on Windows is still under development, so you may run into issues ## Encoding -If you use UTF-8 encoding, make sure that no `BOM` header characters exist in your files. If they don't, Jekyll will break. This is especially relevant when you're running Jekyll on Windows. +If you use UTF-8 encoding, Jekyll will break if a file starts with characters representing a [BOM](https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8). Therefore, remove this sequence of bytes if it appears at the beginning of your file. Additionally, you might need to change the code page of the console window to UTF-8 in case you get a `Liquid Exception: Incompatible character encoding` error during the site generation process. Run the following: