-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Chinese garbled(中文乱码),The Chinese description of the field in the mysql database is garbled, #3157
Comments
I also encountered this problem and tried adding source.optons.encoding: utf-8 |
Looks like cyrillic also broken |
We recently updated init.sql to take in UTF8, but it doesn't convert existing ones. In the meantime can you try running
In the MySQL db? |
I just updated Datahub to V0.8.11, and using PostgreSQL. The same problem was encountered. What should I do? |
I also need to resolve the situation which don't support the chinese charset. |
Hi, after upgrading to 0.8.11 w/ Postgres, encountered the same problem.
Datahub encoding is UTF-8.
And created database using `ko_KR.UTF-8'.
|
Just to clarify. Do you see it correctly added to the MySQL/Postgres DB, but see bad decoding in the UI? or is it incorrectly ingested in the first place? @itc180016 @NightCat000 @1ambda |
Hi everyone. We identified the issue. We will fix it asap and cut a release |
Hi, @dexter-mh-lee In my case, We can see the text in DB and ES clearly in the original encoding, but Seems UI or API doesn't handle them correctly. and It's first time. It happened after upgrading to 0.8.11. |
I already have solved the problem,if you want to know how to solve,please clicking folowing: |
It doesn't work for me. Maybe the reason is that the header of frontend reponse not set utf8, it responsed this: 'text/plain; charset=ISO-8859-1' |
I don’t know clearly why you are ,maybe you need to build new datahub after fixed it 。 |
Yes,I pull the latest code and rebuild a new docker image, now it's solved. |
This has been fixed via #3168 and is now available on head as @Echelon77 mentioned. We will cut a release (0.8.12) that contains this fix by end of this week. |
It's fixed after upgrading to 0.8.12 :) Thanks. |
The text was updated successfully, but these errors were encountered: