Add UTF-8 encoding where we read in YAML so it reads in UTF-8 characters properly. Fixes #836.
This commit is contained in:
parent
5a20fa4382
commit
61c24c601a
|
@ -1,3 +1,5 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
module Jekyll
|
||||
class Configuration < Hash
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# encoding: UTF-8
|
||||
|
||||
require 'set'
|
||||
|
||||
# Convertible provides methods for converting a pagelike item
|
||||
|
|
Loading…
Reference in New Issue