Nep-Nep
11/01/23 10:30AM
utf8mb4
emoji support here is broken because the charset here is something other than utf8mb4.

note you might need to change the DB connection as well to accommodate after converting the database, because otherwise you'll end up inserting garbage into the DB. there's a good chance that the default latin1_swedish_ci was in use here.
1


Reply | Forum Index