UPDATE posts SET post_title = REPLACE(post_title,'Å“','œ'); UPDATE posts SET post_title = REPLACE(post_title,'¿','¿'); UPDATE posts SET post_title = REPLACE(post_title,'À','À'); UPDATE posts SET post_title = REPLACE(post_title,'Â','Â'); UPDATE posts SET post_title = REPLACE(post_title,'Ã','Ã'); UPDATE posts SET post_title = REPLACE(post_title,'Ä','Ä'); UPDATE posts SET post_title = REPLACE(post_title,'Ã…','Å'); UPDATE posts SET post_title = REPLACE(post_title,'Æ','Æ'); UPDATE posts SET post_title = REPLACE(post_title,'Ç‚','Ç'); UPDATE posts SET post_title = REPLACE(post_title,'È','È'); UPDATE posts SET post_title = REPLACE(post_title,'É','É'); UPDATE posts SET post_title = REPLACE(post_title,'Ê “','É'); UPDATE posts SET post_title = REPLACE(post_title, 'Ê','Ê'); UPDATE posts SET post_title = REPLACE(post_title,'Ë','Ë'); UPDATE posts SET post_title = REPLACE(post_title,'ÃŒ','Ì'); UPDATE posts SET post_title = REPLACE(post_title,'ÃŽ','Î'); UPDATE posts SET post_title = REPLACE(post_title,'Ñ','Ñ'); UPDATE posts SET post_title = REPLACE(post_title,'Ã’','Ò'); UPDATE posts SET post_title = REPLACE(post_title,'Ó','Ó'); UPDATE posts SET post_title = REPLACE(post_title,'Ô','Ô'); UPDATE posts SET post_title = REPLACE(post_title,'Õ','Õ'); UPDATE posts SET post_title = REPLACE(post_title,'Ö','Ö'); UPDATE posts SET post_title = REPLACE(post_title,'×','x'); UPDATE posts SET post_title = REPLACE(post_title,'Ø','Ø'); UPDATE posts SET post_title = REPLACE(post_title,'Ù','Ù'); UPDATE posts SET post_title = REPLACE(post_title,'Ú','Ú'); UPDATE posts SET post_title = REPLACE(post_title,'Û','Û'); UPDATE posts SET post_title = REPLACE(post_title,'Ü','Ü'); UPDATE posts SET post_title = REPLACE(post_title,'Þ','Þ'); UPDATE posts SET post_title = REPLACE(post_title,'ß','ß'); UPDATE posts SET post_title = REPLACE(post_title,'á','á'); UPDATE posts SET post_title = REPLACE(post_title,'â','â'); UPDATE posts SET post_title = REPLACE(post_title,'ã','ã'); UPDATE posts SET post_title = REPLACE(post_title,'ä','ä'); UPDATE posts SET post_title = REPLACE(post_title,'Ã¥','å'); UPDATE posts SET post_title = REPLACE(post_title,'æ','æ'); UPDATE posts SET post_title = REPLACE(post_title,'ç','ç'); UPDATE posts SET post_title = REPLACE(post_title,'è','è'); UPDATE posts SET post_title = REPLACE(post_title,'é','é'); UPDATE posts SET post_title = REPLACE(post_title,'ê','ê'); UPDATE posts SET post_title = REPLACE(post_title,'ë','ë'); UPDATE posts SET post_title = REPLACE(post_title,'ì','ì'); UPDATE posts SET post_title = REPLACE(post_title,'î','î'); UPDATE posts SET post_title = REPLACE(post_title,'ï','ï'); UPDATE posts SET post_title = REPLACE(post_title,'ð','ð'); UPDATE posts SET post_title = REPLACE(post_title,'ñ','ñ'); UPDATE posts SET post_title = REPLACE(post_title,'ò','ò'); UPDATE posts SET post_title = REPLACE(post_title,'ó','ó'); UPDATE posts SET post_title = REPLACE(post_title,'ô','ô'); UPDATE posts SET post_title = REPLACE(post_title,'õ','õ'); UPDATE posts SET post_title = REPLACE(post_title,'ö','ö'); UPDATE posts SET post_title = REPLACE(post_title,'÷','÷'); UPDATE posts SET post_title = REPLACE(post_title,'ø','ø'); UPDATE posts SET post_title = REPLACE(post_title,'ù','ù'); UPDATE posts SET post_title = REPLACE(post_title,'ú','ú'); UPDATE posts SET post_title = REPLACE(post_title,'û','û'); UPDATE posts SET post_title = REPLACE(post_title, 'ü','ü'); UPDATE posts SET post_title = REPLACE(post_title,'ý','ý'); UPDATE posts SET post_title = REPLACE(post_title,'þ','þ'); UPDATE posts SET post_title = REPLACE(post_title,'ÿ','ÿ'); UPDATE posts SET post_title = REPLACE(post_title,'‹','‹'); UPDATE posts SET post_title = REPLACE(post_title,'Å’','Œ'); UPDATE posts SET post_title = REPLACE(post_title,'Ž','Ž'); UPDATE posts SET post_title = REPLACE(post_title,'‘','‘'); UPDATE posts SET post_title = REPLACE(post_title,'’','’'); UPDATE posts SET post_title = REPLACE(post_title,'“','"'); UPDATE posts SET post_title = REPLACE(post_title,'â€','"'); UPDATE posts SET post_title = REPLACE(post_title,'•','•'); UPDATE posts SET post_title = REPLACE(post_title,'–','–'); UPDATE posts SET post_title = REPLACE(post_title,'—','—'); UPDATE posts SET post_title = REPLACE(post_title,'Ëœ','˜'); UPDATE posts SET post_title = REPLACE(post_title,'Å¡','š'); UPDATE posts SET post_title = REPLACE(post_title,'›','›'); UPDATE posts SET post_title = REPLACE(post_title,'ž','ž'); UPDATE posts SET post_title = REPLACE(post_title,'Ÿ','Ÿ'); UPDATE posts SET post_title = REPLACE(post_title,'¡','¡'); UPDATE posts SET post_title = REPLACE(post_title,'¢','¢'); UPDATE posts SET post_title = REPLACE(post_title,'£','£'); UPDATE posts SET post_title = REPLACE(post_title,'¤','¤'); UPDATE posts SET post_title = REPLACE(post_title,'Â¥','¥'); UPDATE posts SET post_title = REPLACE(post_title,'§','§'); UPDATE posts SET post_title = REPLACE(post_title,'¨','¨'); UPDATE posts SET post_title = REPLACE(post_title,'©','©'); UPDATE posts SET post_title = REPLACE(post_title,'ª','ª'); UPDATE posts SET post_title = REPLACE(post_title,'«','«'); UPDATE posts SET post_title = REPLACE(post_title,'¬','¬'); UPDATE posts SET post_title = REPLACE(post_title,'®','®'); UPDATE posts SET post_title = REPLACE(post_title,'°','°'); UPDATE posts SET post_title = REPLACE(post_title, '´','´'); UPDATE posts SET post_title = REPLACE(post_title,'·','·'); UPDATE posts SET post_title = REPLACE(post_title,'¸','¸'); UPDATE posts SET post_title = REPLACE(post_title,'¹','¹'); UPDATE posts SET post_title = REPLACE(post_title,'º','º'); UPDATE posts SET post_title = REPLACE(post_title,'»','»'); UPDATE posts SET post_title = REPLACE(post_title,'¼','¼'); UPDATE posts SET post_title = REPLACE(post_title,'½','½'); UPDATE posts SET post_title = REPLACE(post_title,'¾','¾'); UPDATE posts SET post_title = REPLACE(post_title,'Ã','à');