nicolas goguey wrote:
I try to use
UPDATE recentchanges SET `rc_comment` = REPLACE(rc_comment,'è','è');
Don't do that!
From my experience, this happens due to broken MySQL export, specially
the one in phpMyAdmin. Check your export and import procedures. Use mysqldump to export.