select * from infinity

Regarding the feature on character replacement on my SEO package it seems that it will only replace the titles if it was inserted into a utf-8 char Database.

So for those who are seeking character replacement, you have to change the collation of ibf_topics’s title to utf-8.

Here is the SQL I ran on my development board running mysql5:

ALTER TABLE `ibf_topics` CHANGE `title` `title` VARCHAR( 250 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL