Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Created December 19, 2012 23:43
Show Gist options
  • Save tyler-smith/4341762 to your computer and use it in GitHub Desktop.
Save tyler-smith/4341762 to your computer and use it in GitHub Desktop.
"xxxxxxxx".force_encoding('utf-8') == "xxxxxxxx".force_encoding('ASCII-8BIT') #=> true
"\xc3\xa9".force_encoding('utf-8') == "\xc3\xa9".force_encoding('ASCII-8BIT') #=> false
"\xc3\xa9".force_encoding('utf-8') == "\xc3\xa9".force_encoding('utf-8') #=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment