How do I convert Word smart quotes and em dashes in a string?

前端 未结 13 1744
星月不相逢
星月不相逢 2020-11-29 03:11

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

13条回答
  •  执笔经年
    2020-11-29 03:27

    the problem is on the mysql charset, I fixed my issues with this line of code.

    mysql_set_charset('utf8',$link); 
    

提交回复
热议问题