karabaja
Member
Hi!
After migrating from vBulletin to XF 2.1 I had problems with characters. vBulletin was UTF-9 and XF. However, some letters were replaced with hieroglyphs after import.
Reimport is no longer an option. It's too late for that.
I changed the characters in the message text successfully using:
How can I do the same in thread title and usernames?
Thanks
After migrating from vBulletin to XF 2.1 I had problems with characters. vBulletin was UTF-9 and XF. However, some letters were replaced with hieroglyphs after import.
Reimport is no longer an option. It's too late for that.
I changed the characters in the message text successfully using:
Code:
UPDATE `xf_post`
SET `message` = replace(message, '’', "'")
How can I do the same in thread title and usernames?
Thanks