1 2 3 4
data = data.gsub("\xA0", " ") data = data.gsub("\x99", "(TM)") data = data.gsub("\x97", "-") ...
I could put the search/repl...
I could put the search/repl...