Skip to content

Instantly share code, notes, and snippets.

@seenmyfate
Created December 4, 2011 17:06
Show Gist options
  • Select an option

  • Save seenmyfate/1430704 to your computer and use it in GitHub Desktop.

Select an option

Save seenmyfate/1430704 to your computer and use it in GitHub Desktop.

Revisions

  1. seenmyfate created this gist Dec 4, 2011.
    4 changes: 4 additions & 0 deletions gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    if RUBY_VERSION =~ /1.9/
    Encoding.default_external = Encoding::UTF_8
    Encoding.default_internal = Encoding::UTF_8
    end