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 411d3a37 Escape quote char in printWithEscapes when QuoteMode is NONE
(#609).
411d3a37 is described below
commit 411d3a37c923361f2ccca1c26862e6e4d7fd4742
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 13 12:45:52 2026 +0000
Escape quote char in printWithEscapes when QuoteMode is NONE (#609).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0786cc36..41b1a038 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@
<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>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Clear
escape delimiter buffer before peek in isEscapeDelimiter (#608).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Escape
quote char in printWithEscapes when QuoteMode is NONE (#609).</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>