XuanmoFeng commented on a change in pull request #7378: Change the use of the 
pojson rule
URL: 
https://github.com/apache/incubator-superset/pull/7378#discussion_r278802360
 
 

 ##########
 File path: superset/config.py
 ##########
 @@ -256,8 +256,9 @@
 
 # CSV Options: key/value pairs that will be passed as argument to 
DataFrame.to_csv method
 # note: index option should not be overridden
+
 CSV_EXPORT = {
-    'encoding': 'utf-8',
+    'encoding': 'utf-8-sig',
 
 Review comment:
   If utf8 is used, The result will be unintelligible text on a Windows 
platform. If gbk is used,The result will be unintelligible text on the Linux 
platform or Mac paltform ,If utf-8-sig is used .They can display normal

----------------------------------------------------------------
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.
 
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]

Reply via email to