mysql query to find every occurrence of a non-ascii character in a table column and replace it with

Posted by Gaurav on Stack Overflow See other posts from Stack Overflow or by Gaurav
Published on 2010-04-30T10:15:49Z Indexed on 2010/04/30 10:37 UTC
Read the original article Hit count: 141

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about sql

Related posts about non-ascii-chars