Kodowanie baz było takie samo?
Zrób kopię bazy i na kopii wykonaj zapytanie:
UPDATE`ibf_topics` SET title = REPLACE(title,"A‚","ł");
UPDATE`ibf_topics` SET title = REPLACE(title,"A3","ó");
UPDATE`ibf_topics` SET title = REPLACE(title,"Ä™","ę");
UPDATE`ibf_topics` SET title = REPLACE(title,"A„","ń");
UPDATE`ibf_topics` SET title = REPLACE(title,"A1","ż");
UPDATE`ibf_topics` SET title = REPLACE(title,"A›","ś");
UPDATE`ibf_topics` SET title = REPLACE(title,"ć","ć");
UPDATE`ibf_topics` SET title = REPLACE(title,"Ä…","ą");
UPDATE`ibf_topics` SET title = REPLACE(title,"A“","Ó");
UPDATE`ibf_topics` SET title = REPLACE(title,"Ä~","Ę");
UPDATE`ibf_topics` SET title = REPLACE(title,"Ao","ź");
UPDATE`ibf_posts` SET post = REPLACE(post,"A‚","ł");
UPDATE`ibf_posts` SET post = REPLACE(post,"A3","ó");
UPDATE`ibf_posts` SET post = REPLACE(post,"Ä™","ę");
UPDATE`ibf_posts` SET post = REPLACE(post,"A„","ń");
UPDATE`ibf_posts` SET post = REPLACE(post,"A1","ż");
UPDATE`ibf_posts` SET post = REPLACE(post,"A›","ś");
UPDATE`ibf_posts` SET post = REPLACE(post,"ć","ć");
UPDATE`ibf_posts` SET post = REPLACE(post,"Ä…","ą");
UPDATE`ibf_posts` SET post = REPLACE(post,"A“","Ó");
UPDATE`ibf_posts` SET post = REPLACE(post,"Ä~","Ę");
UPDATE`ibf_posts` SET post = REPLACE(post,"Ao","ź");
UPDATE`ibf_forums` SET name = REPLACE(name,"A‚","ł");
UPDATE`ibf_forums` SET name = REPLACE(name,"A3","ó");
UPDATE`ibf_forums` SET name = REPLACE(name,"Ä™","ę");
UPDATE`ibf_forums` SET name = REPLACE(name,"A„","ń");
UPDATE`ibf_forums` SET name = REPLACE(name,"A1","ż");
UPDATE`ibf_forums` SET name = REPLACE(name,"A›","ś");
UPDATE`ibf_forums` SET name = REPLACE(name,"ć","ć");
UPDATE`ibf_forums` SET name = REPLACE(name,"Ä…","ą");
UPDATE`ibf_forums` SET name = REPLACE(name,"A“","Ó");
UPDATE`ibf_forums` SET name = REPLACE(name,"Ä~","Ę");
UPDATE`ibf_forums` SET name = REPLACE(name,"Ao","ź");
UPDATE`ibf_forums` SET description = REPLACE(description,"A‚","ł");
UPDATE`ibf_forums` SET description = REPLACE(description,"A3","ó");
UPDATE`ibf_forums` SET description = REPLACE(description,"Ä™","ę");
UPDATE`ibf_forums` SET description = REPLACE(description,"A„","ń");
UPDATE`ibf_forums` SET description = REPLACE(description,"A1","ż");
UPDATE`ibf_forums` SET description = REPLACE(description,"A›","ś");
UPDATE`ibf_forums` SET description = REPLACE(description,"ć","ć");
UPDATE`ibf_forums` SET description = REPLACE(description,"Ä…","ą");
UPDATE`ibf_forums` SET description = REPLACE(description,"A“","Ó");
UPDATE`ibf_forums` SET description = REPLACE(description,"Ä~","Ę");
UPDATE`ibf_forums` SET description = REPLACE(description,"Ao","ź");
I zobacz czy na forum się poprawnie wyświetlają.