mysql query to find every occurrence of a non-ascii character in a table column and replace it with
- by Gaurav
I have a column that contains HTML strings and has characters like ® and ™ in it. I want to replace all such characters with their HTML equivalent. Is this possible?