force encoding to utf-8 for external

This commit is contained in:
Kyle Drake 2013-06-21 16:46:01 -07:00
parent dcb224bf31
commit 3a1bdb38fd

View file

@ -2,6 +2,7 @@ ENV['RACK_ENV'] ||= 'development'
ENV['TZ'] = 'UTC'
DIR_ROOT = File.expand_path File.dirname(__FILE__)
Encoding.default_internal = 'UTF-8'
Encoding.default_external = 'UTF-8'
require 'yaml'
require 'json'