XF 2.1 ascii code after migration just a code

stanleyb23

Member
After my migration to xenforo i noticed that a lot of 👍 and other ascii codes not transformed into the corresponding icons.

PHP:s setting "default_charset" is set to "utf-8'

What can i do to replace them to either the corresponding icon or just remove them?
 
when i replace it in mysql, how does the replacement code look like. I know it should be something like:
Code:
UPDATE xf_post SET message = REPLACE(message,'old','new');

But i don't know how to do this with &# in it.
 
I m live for two months already. Another import isnt possible. I came from phpbb 2.13. It must be possible to replace and/or remove them with a sql query, character for character?
 
Top Bottom