Zhang Hongda created CSV-219:
--------------------------------
Summary: The behavior of quote char using is not similar as Excel
does when the first string contains CJK char(s)
Key: CSV-219
URL: https://issues.apache.org/jira/browse/CSV-219
Project: Commons CSV
Issue Type: Bug
Components: Printer
Affects Versions: 1.5
Reporter: Zhang Hongda
When using CSVFormat.EXCEL to print a CSV file, the behavior of quote char
using is not similar as Microsoft Excel does when the first string contains CJK
char(s).
e.g.
There are 3 data members in a record, with Japanese chars: "あ", "い", "う":
Microsoft Excel outputs:
あ,い,う
Apache Common CSV outputs:
"あ",い,う
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)