You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:14:53 UTC

[GitHub] [superset] zeeshan-IH opened a new issue #16529: Didn't support russian language, getting question mark in place ????

zeeshan-IH opened a new issue #16529:
URL: https://github.com/apache/superset/issues/16529


   A clear and concise description of what the bug is.
   Need everything in Russian, labels as well for that we stored russian in db but its coming as ???(question mark) 
   ### Expected results
   
   what you expected to happen.
   Want Russian data which is stored in the db
   ### Actual results
   ???Question mark is coming instead russian data
   what actually happens.
   
   #### Screenshots
   https://paste.pics/DQ2KM
   https://paste.pics/DQ2L7
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. Store any Russian data in the table
   2. Click on 'SQL lab'
   3. Select SQL Editor
   4. Open network tab in your browser.
   5. Write a simple select query to get the Russian data from the table you stored russian data.
   6. you can see API returning question mark(???) in data key, also in result you can see ????
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `superset version`
   - python version: `python --version`
   - node.js version: `node -v`
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] recoshet commented on issue #16529: Didn't support russian language, getting question mark in place ????

Posted by GitBox <gi...@apache.org>.
recoshet commented on issue #16529:
URL: https://github.com/apache/superset/issues/16529#issuecomment-932715787


   Set in ADDITIONAL PARAMETERS `charset=utf-8`.
   This error occurred to me when connecting to MySQL. Because the default is the wrong encoding for your data in the database.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org