I have built a content management system and I am using MySQL as the DB and running on a Linux OS. When ever I paste text from MS word into a form and store it into the database, it has problems with certain characters, like quotes and hyphens. It seems to get confused with those characters and it displays them as random characters. It seems to me that MySQL does not support all of the windows char sets. Has anyone else come across anything like this? Is there a fix for it?