Hi guys, I've created a content management system using PHP and SQL and so far it's going great apart from one problem.
Some of the users of my site like to write their articles in MS word first and then paste the text into my CMS, and this often inserts non ASCII characters into the text which causes lots of problems when it comes to parsing the data.
So is there a fucntion or piece of code I can use to solve this?