XF 1.2 Character issues

You can run SQL queries to update the text.

UPDATE xf_post SET message = REPLACE(message,'current_content','new_content');

Take a backup first.
 
Top Bottom