Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created December 8, 2011 22:57
Show Gist options
  • Save tenderlove/1449096 to your computer and use it in GitHub Desktop.
Save tenderlove/1449096 to your computer and use it in GitHub Desktop.
Encoding.default_internal = 'UTF-8'
Encoding.default_external = 'ISO-8859-1'
string = [130, 177, 130, 241, 130, 201, 130, 191, 130, 205, 129, 73].pack('C*')
string.force_encoding Encoding::Shift_JIS
p string.encode!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment