I have a form with a textarea. Users enter a block of text which is stored in a database.
Occasionally a user will paste text from Word containing smart quotes or em
the problem is on the mysql charset, I fixed my issues with this line of code.
mysql_set_charset('utf8',$link);