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

Chinese characters shows "????" on plot #485

Closed
jjdblast opened this issue May 18, 2016 · 5 comments
Closed

Chinese characters shows "????" on plot #485

jjdblast opened this issue May 18, 2016 · 5 comments

Comments

@jjdblast
Copy link

I have some Chinese character data stored in Mysql, which charset is 'utf-8'. When I add this table into caravel, everything works well. But when I try to make some slice, the label and legend change into strange symbol like "???".

By the way, the example data(world's bank data and birth) works well.

image

image

@licq
Copy link

licq commented May 25, 2016

Look at the url of the database connection. If you use mysql, add ?charset=utf8 to the end of the connection url.

@bnpysse
Copy link

bnpysse commented May 25, 2016

谢谢!您在国内么?我在济南,想交个朋友,希望能常联系。
最近,想把这个caravel改造一下,苦于水平有限,希望能多和您交流一下。谢谢!
------------------------------------------------------------------发件人:Li Chaoqun notifications@github.com发送时间:2016年5月25日(星期三) 12:09收件人:airbnb/caravel caravel@noreply.github.com主 题:Re: [airbnb/caravel] Chinese characters shows "????" on plot (#485)
Look at the url of the database connection. If you use mysql, add ?charset=utf8 to the end of the connection url.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

@jjdblast
Copy link
Author

I think @licq's method worked !

@lifeinearth
Copy link

thank you very much . i have the same problem.

@yuanhaoliang
Copy link

thanks the same.

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 17, 2021
* feat: add control grouping functionality

* implement controlGroups on WordCloud

* fix tests

* break up into smaller packages and add unit tests

* fix test

* address comments

* rename controlGroup to queryField

* move import

* fix word cloud test

* fix a few remaining references to control groups

* Rename funcs

* Simplify extractQueryFields

* fix
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 24, 2021
* feat: add control grouping functionality

* implement controlGroups on WordCloud

* fix tests

* break up into smaller packages and add unit tests

* fix test

* address comments

* rename controlGroup to queryField

* move import

* fix word cloud test

* fix a few remaining references to control groups

* Rename funcs

* Simplify extractQueryFields

* fix
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 25, 2021
* feat: add control grouping functionality

* implement controlGroups on WordCloud

* fix tests

* break up into smaller packages and add unit tests

* fix test

* address comments

* rename controlGroup to queryField

* move import

* fix word cloud test

* fix a few remaining references to control groups

* Rename funcs

* Simplify extractQueryFields

* fix
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 26, 2021
* feat: add control grouping functionality

* implement controlGroups on WordCloud

* fix tests

* break up into smaller packages and add unit tests

* fix test

* address comments

* rename controlGroup to queryField

* move import

* fix word cloud test

* fix a few remaining references to control groups

* Rename funcs

* Simplify extractQueryFields

* fix
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

5 participants