Does anyone know the unicode for the bad characters (0x0060 for example)? And the unicode for the replace characters? I tried looking them up but without success. Given the unicode it is trivial to write a little java code to do a replacement.
The problem characters are the “slanted” quotation marks:
U+201C LEFT DOUBLE QUOTATION MARK
U+201D RIGHT DOUBLE QUOTATION MARK
They need to be replaced with standard quotation marks:
U+0022 QUOTATION MARK