-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
This is a problem if the csv contains non-latin characters.
I looked in the source code and crowd creates a new FileReader(). This constructor uses the platform default encoding which is usually not utf-8. We should force this to be utf-8. '
Support case here:
https://support.atlassian.com/browse/CWDSUP-6149