Ich habe es geschafft, es zu lösen, indem ich Updates für Textfelder wie diese ausführte:
UPDATE table SET title = CONVERT(CONVERT(CONVERT(title USING latin1) USING binary) USING UTF8)
Ich habe es geschafft, es zu lösen, indem ich Updates für Textfelder wie diese ausführte:
UPDATE table SET title = CONVERT(CONVERT(CONVERT(title USING latin1) USING binary) USING UTF8)