Implement the :encoding setting which defaults to 'utf-8'

This commit is contained in:
Rico Sta. Cruz 2012-06-16 06:07:44 +08:00
parent f4feda8b93
commit 96c29181aa
3 changed files with 35 additions and 1 deletions

View file

@ -27,4 +27,7 @@ require "middleman-core/core_extensions/rendering"
require "middleman-core/core_extensions/routing"
# Catch and show exceptions at the Rack level
require "middleman-core/core_extensions/show_exceptions"
require "middleman-core/core_extensions/show_exceptions"
# Manage Ruby string encodings
require "middleman-core/core_extensions/ruby_encoding"