Hello All, I posted a thread in the HTML area regarding the w3 Validator not being able to check my site. It turns out the listings in my database include invalid characters for the UTF-8 charset. They are showing up as "?"s The file was made in Excel(Saved as XLS), then saved as CSV, then with a PHP script insert/updated into the database. Im getting question marks after certain parts of the names in the database. How can I remove these invalid characters? Can I simply change the collation of the DB to UTF-8 Unicode or do I need to do something more? Can I make use of a PHP script or MySQL command?
Changing the collation didnt remove invalid characters, however, it did make the erroneous characters show up in the DB. I found the 3/4 variations of the incorrect characters and am using a PHP script to replace them
To avoid collation and all sort of another annoyances I installed an old phpMyAdmin directly under my webspace and no more problems since then