I'm working with a Korean payment gateway and one of the responses from the bank comes back like this:
Á¤»ó
When trying to insert that value into MySQL database, I get an error:
Incorrect string value: '\xC1\xA4\xBB\xF3'
I have tried changing the collation in that column to utf8mb4_unicode_ci
and utf8mb4_general_ci
with success.