Commit 485d2ba0d642dd6ec07f6319eb154c9c0d6a4cbf

Authored by Luke Baker
1 parent cb3b7d14

add default encoding

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/environment.rb
1 1 # Be sure to restart your server when you modify this file
  2 +Encoding.default_external = Encoding.default_internal = Encoding::UTF_8 if defined? Encoding
2 3  
3 4 # Specifies gem version of Rails to use when vendor/rails is not present
4 5 RAILS_GEM_VERSION = '2.3.18' unless defined? RAILS_GEM_VERSION
... ...