Skip to content

Instantly share code, notes, and snippets.

@kyanagi
Created November 23, 2010 17:11
Show Gist options
  • Save kyanagi/712124 to your computer and use it in GitHub Desktop.
Save kyanagi/712124 to your computer and use it in GitHub Desktop.
instance_eval <<_E
puts "\xe3\x81\x82".encoding # => ASCII-8BIT
_E
instance_eval <<_E
# coding: utf-8
puts "\xe3\x81\x82".encoding # => UTF-8
_E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment