Implement the :encoding setting which defaults to 'utf-8'
This commit is contained in:
parent
f4feda8b93
commit
96c29181aa
3 changed files with 35 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue