Add UTF-8 encoding where we read in YAML so it reads in UTF-8 characters properly. Fixes #836.

This commit is contained in:
Parker Moore 2013-04-25 02:15:25 +02:00
parent 5a20fa4382
commit 61c24c601a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module Jekyll module Jekyll
class Configuration < Hash class Configuration < Hash

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
require 'set' require 'set'
# Convertible provides methods for converting a pagelike item # Convertible provides methods for converting a pagelike item