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

Example for utf8 encoding #3

Merged
merged 3 commits into from
Apr 21, 2015
Merged

Example for utf8 encoding #3

merged 3 commits into from
Apr 21, 2015

Conversation

jegade
Copy link
Contributor

@jegade jegade commented Apr 1, 2015

Hi, we use DBIx::Class:.Fixtures to dump and populate on a mysql database where mysql_enable_utf8 ist enabled. This adds the utf8-Flag to the strings and Data::Dump::Streamer ist creating latin1 instead of utf8, which fails at the populate action. How we could solve this?

@jjn1056
Copy link
Contributor

jjn1056 commented Apr 1, 2015

Hey,

I'll look over the test case I try to figure it. I think we've just not hit this problem to date.

@dbsrgits-sync dbsrgits-sync merged commit c2a9b18 into dbsrgits:master Apr 21, 2015
@jjn1056
Copy link
Contributor

jjn1056 commented Apr 21, 2015

hey so I got this over to master. (next time try not to check in those fixture files, they are just temporary stuff :)) everything seems to pass for me. was it supposed to fail, or is this a proposed fix as well?

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