Skip to content

Instantly share code, notes, and snippets.

@sporkmonger
Created February 15, 2010 00:56
Show Gist options
  • Select an option

  • Save sporkmonger/304362 to your computer and use it in GitHub Desktop.

Select an option

Save sporkmonger/304362 to your computer and use it in GitHub Desktop.
>> regexp = Regexp.new("ÀÈÌÒÙ".force_encoding Encoding::ISO8859_1)
=> /ÀÈÌÒÙ/
>> regexp.encoding
=> #<Encoding:ISO-8859-1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment