xuShine commented on issue #5299: Chinese encoding error shows ??? URL: https://github.com/apache/incubator-superset/issues/5299#issuecomment-439326040 > > > I used Oracle database, and the datasource uri is 'oracle://apps:[email protected]:1571/TEST?charset=utf8'. > > > But the sql results still shows '???'. > > > Need help,tks. > > > > > > Do you have a solution? I have the same problem. > > I use this code to fix > `import os os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8'` Thank you. this way is not good in a project. Use py3+ env.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
