I am getting black diamond with question mark symbols in values when I get data from SQL. I know it's because of the encoding. What I am trying to do is replace those unknown characters with space. I have found some of the characters's unicode:
["\u0060", "\u2018", "\u2019", "\u201C", "\u201D", "\uFFFD", "\u00A0", "\u1680", "\u180e", "\u2000", "\u2009", "\u200a", "\u200b", "\u202f", "\u205f", "\u3000", "\u2003"]
But there is still some showing. Is there any list of those characters or unicodes or function to do this?