[ 
https://issues.apache.org/jira/browse/CSV-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhang Hongda updated CSV-219:
-----------------------------
    Description: 
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 
Chinese, Japanese or Korean (CJK) char(s).

e.g.
There are 3 data members in a record, with Japanese chars: "あ", "い", "う":
  Microsoft Excel outputs:
  あ,い,う
  Apache Common CSV outputs:
  "あ",い,う


  was:
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:
  "あ",い,う



> 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
>         Attachments: diff.patch
>
>
> 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 
> Chinese, Japanese or Korean (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)

Reply via email to