Default to using the UTF-8 encoding when reading files.

Fixes #2029.
This commit is contained in:
Parker Moore 2014-02-11 17:48:52 -05:00
parent 56a633ae95
commit c58c5b8782
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module Jekyll
'timezone' => nil, # use the local timezone
'encoding' => nil, # use the system encoding
'encoding' => 'utf-8', # always use utf-8 encoding. NEVER FORGET
'safe' => false,
'detach' => false, # default to not detaching the server