php remove/identify this symbol �

后端 未结 8 1740
无人及你
无人及你 2020-12-11 22:26

EDIT:

Ok I have some data (A ton of data) being pulled from a MySQL DB Table, nothing special about how the data is entered. When parsing the data and re-displaying

8条回答
  •  旧巷少年郎
    2020-12-11 22:37

    It means a character that isn't available in the character set of the current font. You'll need to encode it with an HTML entity, once you've found where it's coming from.

提交回复
热议问题