Here is a screen shot of weird characters in my database. I know that this character combination is for a crazy apostrophe. Should I just let these characters stay in my database? Or should I strip them out and replace with normal apostrophes?
If I should strip, is there on ruby function to ensure that all characters that save to my database are normal (whatever normal means)?
Thank you!