https://bz.apache.org/bugzilla/show_bug.cgi?id=59889

--- Comment #8 from Felix Schumacher <[email protected]> ---
Created attachment 34070
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34070&action=edit
Simple test plan to produce a csv file with japanese characters

The problem seems to be, that the csv (jtl) files are written using the
ResultCollector, which uses UTF-8 as default. Trouble is, that they are read
using CSVSampleReader (which defaults to ISO-8859-1).

When we change CSVSampleReader to UTF-8, we should consider changing
CSVSampleWriter to UTF-8, too.

CSVSampleWriter inherits from AbstractSampleWriter, which initialises its
writers with ISO-8859-1. Should we change AbstractSampleWriter, too? Or only
change CSVSampleWriter?

What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to