I have a set of Word documents which I want to publish using a PHP tool I\'ve written. I copy and paste the Word documents into a text box and then save them into MySQL usin
This has served me well in the past:
$str = mb_convert_encoding($str, 'HTML-ENTITIES', 'UTF-8')