Skip to content

Instantly share code, notes, and snippets.

@ilake
Created April 1, 2013 06:55
Show Gist options
  • Select an option

  • Save ilake/5283552 to your computer and use it in GitHub Desktop.

Select an option

Save ilake/5283552 to your computer and use it in GitHub Desktop.
force app encoding to UTF-8
# config.ru
if RUBY_VERSION =~ /1.9/
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment