You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/11 03:56:46 UTC

[GitHub] corselia commented on issue #275: Word Clouds do not support Unicode characters

corselia commented on issue #275: Word Clouds do not support Unicode characters
URL: https://github.com/apache/incubator-superset/issues/275#issuecomment-335675238
 
 
   @lkozloff 
   
   You use `MySQL` as database?
   If so, set up `SQLAlchemy URI` as below.
   
   ```
   mysql://username:password@127.0.0.1:3306/mysql_database_name?charset=utf8
   ```
   
   The suffix '?charset=utf8` is important. I confirmed correct characters (Japanese) showed by this descripition :-)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services