I am writing an extension method for the String class to clean up non-ASCII characters. The strings that I am cleaning are UTF-8.
When using non-ASCII characters in a file, the console will not start because it is interpreting the curly quotes as regular quotes.
How to escape the curly quote in gsub?
How to write a gsub that uses the unicode for curly quotes (U+201C, for example).
Working in Rails 3.07 and Ruby 1.9.2.