This is an automated email from the git hooks/post-receive script. New change to branch feature/3798_new_export_API in repository nuiton-csv. See http://git.nuiton.org/nuiton-csv.git from ada693e Prefer use a StringWriter to export to string, rather than using a ByteArrayOutputStream new c939fbe Fix encoding pb, always use array of bytes is the safest way to fix that The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c939fbeb360041286e8ceb2438f8371f7c449f54 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 10 11:22:16 2015 +0100 Fix encoding pb, always use array of bytes is the safest way to fix that Summary of changes: src/main/java/org/nuiton/csv/Exporter.java | 155 +++++++--------------- src/main/java/org/nuiton/csv/ExporterBuilder.java | 3 +- src/test/java/org/nuiton/csv/ExporterTest.java | 91 +++++++------ 3 files changed, 98 insertions(+), 151 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.