Skip to content

Instantly share code, notes, and snippets.

@uokesita
Created October 12, 2013 05:25
Show Gist options
  • Save uokesita/6946163 to your computer and use it in GitHub Desktop.
Save uokesita/6946163 to your computer and use it in GitHub Desktop.
1.8.7 :085 > ic = Iconv.new('UTF-8', 'CP850')
=> #<Iconv:0x10dd4a7e8>
1.8.7 :086 > ic.iconv("æøå")
=> "\342\224\234\302\252\342\224\234\302\251\342\224\234\303\221"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment