Actions
Feature #32641
closed"general_csv_encoding:" should be "UTF-8" in en.yml.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues list
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
When language on "My Account" is set to “English” , then the Japanese character strings in tickets change to “????” when exporting to csv.
This is caused by that in "config/locales/en.yml" the English encoding setting is "general_csv_encoding: ISO-8859-1". If the setting is "general_csv_encoding: UTF-8", "????" will not happen.
Many users use both English and native language (not-English).
So "general_csv_encoding:" should be "UTF-8" in en.yml.English is special and different from other languages.
Related issues
Actions