This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 6887303c [CSV-326] Escape Reader values with quote and escape (#606).
6887303c is described below
commit 6887303cbca84216a3324e103504d9dd91660ea8
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 11 15:33:31 2026 -0400
[CSV-326] Escape Reader values with quote and escape (#606).
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8ea12d98..2475f2b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,8 @@
<action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-325">CSVParser applies characterOffset to bytePosition
(#604).</action>
<action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-326">CSVPrinter Reader printing with quote and escape can emit CSV
that its parser cannot read back.</action>
<action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-327">CSVParser applies maxRows to record numbers instead of rows
produced when setRecordNumber(...) is used.</action>
+ <action type="fix" dev="ggregory" due-to="OldTruckDriver, Gary Gregory"
issue="CSV-326">Escape Reader values with quote and escape (#606).
+.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van
Os" issue="CSV-307">Add an "Android Compatibility" section to the web
site.</action>
<action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>