Skip to content

fix double byte characters broken bug.#28

Closed
HirokazuNishi wants to merge 1 commit into
magento:masterfrom
HirokazuNishi:doublebyte
Closed

fix double byte characters broken bug.#28
HirokazuNishi wants to merge 1 commit into
magento:masterfrom
HirokazuNishi:doublebyte

Conversation

@HirokazuNishi
Copy link
Copy Markdown

Hi,
I found the reason of double byte characters broken bug.
It's caused by losing mysql connection parameters. By default, PHP's mysql connection uses 'latin1' as its character sets, but Magento uses 'UTF-8'. So double byte characters are always broken without "charset" or "initStatements" option when connecting databases.

@HirokazuNishi
Copy link
Copy Markdown
Author

@elenleonova , is anybody looking at this pull request?

@krzysiek009
Copy link
Copy Markdown

Thank you @HirokazuNishi , we were able to migrate data with Polish characters thanks to your code. Great work!

@ilol
Copy link
Copy Markdown

ilol commented Jul 12, 2016

Thank you, @HirokazuNishi. We will merge your pull-request to Data Magento Tool code.

@victor-v-rad
Copy link
Copy Markdown
Collaborator

victor-v-rad commented Jul 12, 2016

@HirokazuNishi I see you have not signed License Agreement yet. Please do it by clicking on "Details" link

@victor-v-rad
Copy link
Copy Markdown
Collaborator

Thank you @HirokazuNishi for for contriburion! The issue was fixed in a different way within this two commits ce958b4 e4abd7c

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

Successfully merging this pull request may close these issues.

4 participants