I have data that contains a note field that is full of invalid characters due to a faulty exporting tool and imported from an excel spreadsheet (*.xls).
The character is erroring out in XML, saying Character reference "" is an invalid XML character.
How would I go about replacing wingdings characters such as: Gender signs, blocks, symbols in PostgreSQL?
I tried in vain to copy and paste these characters into a replace statement, or anything for that matter, and it was futile. Is there a way through RegExp to replace any non-alphanumeric or "-=+" type of characters? Any help would be appreciated.