PDA

View Full Version : Impex cleaner does not work for some instance


Attila85
10-23-2011, 02:49 PM
Hello,

I'm cleaning the text of the posts after having imported from phpbb3 to vbulletin with impex, I had some problems with special characters and I used impex cleaner to clean some of them.
It worked fine but with these instances:

$replacer = array(
"“" => '"',
"â€" => '"',
"…" => "...",
"–" => "-",
"Ã*" => "à",
"Ã " => "à"
);

Any suggestions?

Lynne
10-23-2011, 04:51 PM
You should post over in the Impex forum on vbulletin.com for help.

Attila85
10-23-2011, 05:18 PM
The ticket system redirected me here... I'll try the .com again

Lynne
10-23-2011, 09:49 PM
Hmmm, one thing you may want to check is if that is exactly what is in the database or if it is some other code actually in the database and that is why the cleaner is not working.