Comment on Why would a UTF-8 MySQL backup contain invalid UTF-8 characters?

bjoern_tantau@swg-empire.de ⁨2⁩ ⁨weeks⁩ ago

Encoding is hard. Especially when your data comes from web forms or CSV files. And MySQL needed three tries to get UTF-8 right and you need DB admins and often programmers as well who know this. So not everything MySQL calls UTF-8 actually is.

And often enough it took a long while for something to actually reach UTF-8 status. And idiots not converting the data leads to databases with a mixture of encodings.

source
Sort:hotnewtop