Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A comment about 'Invalid UTF-8 data' #9

Closed
jhundley9109 opened this issue Sep 2, 2016 · 1 comment
Closed

A comment about 'Invalid UTF-8 data' #9

jhundley9109 opened this issue Sep 2, 2016 · 1 comment

Comments

@jhundley9109
Copy link

My guess as to why you were running into invalid UTF-8 data when doing your conversion has to do with MySQL only storing 3 bytes of unicode in the native UTF8 character set. If you were to use utf8mb4 instead of UTF8, you may not have ran into this issue.

This is just a note for the author and/or any body who, like me, is struggling with UTF-8 data stored in a latin1 column.

@nicjansma
Copy link
Owner

Thanks @jhundley9109!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants