79224473

Date: 2024-11-25 20:14:43
Score: 2
Natty:
Report link

As an alternate solution if you don't want to alter the MySQL table, your scripting language may have a function to convert the source data for the INSERT into the preferred character encoding, for example, PHP has mb_convert_encoding, which has resolved the issue for me: https://www.php.net/manual/en/function.mb-convert-encoding.php

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gordon Krauthamer