I know there have been multiple discussions on this topic, one of them is this: HTML encoding issues - "Â" character showing up instead of " "
I did follow it, but I want to solve this without adding any "meta charset" tag to my html, in fact, I am deleting all tags from the header (Nokogiri has some issues with that ). Is there any possible regex that I can use to eliminate these Â's from my output? I am throwing my output to "csv" and I can see those Â's in the csv file.
Thanks!