Bad Characters After a MySQL WordPress Migration
-
The import is working fine. It's the character encoding that seems to be catching me.
I've tried importing as UTF-8 and as Latin1 and both do the same thing.
-
Font issue maybe?
-
When printers print funky characters, it's always because the driver can't read the font being used. Could this be something similar?
-
-
-
-
Using anything but UTF-8 is a crime!
-
@scottalanmiller Glad you were able to get it working correctly!
-
@tonyshowoff said:
Using anything but UTF-8 is a crime!
True, and even old WP installs used it without the actually making sure the DB was configured that way. So odd.
-
@JaredBusch said:
@tonyshowoff said:
Using anything but UTF-8 is a crime!
True, and even old WP installs used it without the actually making sure the DB was configured that way. So odd.
That kind of ineptitude seems par for the course for WordPress. UTF-8 issues can't be blamed just on them though, consider the absolutely bizarre issue of utf8 vs utf8mb4 for MySQL, why the hell wasn't it implemented completely the first time?