[
https://issues.apache.org/jira/browse/CSV-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory updated CSV-56:
----------------------------
Fix Version/s: (was: 1.0)
1.x
Not for 1.0.
> Do not use exotic escape characters for sequences like \r or \n
> ---------------------------------------------------------------
>
> Key: CSV-56
> URL: https://issues.apache.org/jira/browse/CSV-56
> Project: Commons CSV
> Issue Type: Improvement
> Components: Parser
> Reporter: Emmanuel Bourg
> Priority: Minor
> Fix For: 1.x
>
>
> The parser is able to recognize escape sequences like "\r" and "\n", and
> transform them automatically. But if the format is changed to use another
> escape character like "!", the parser will also replace "!n" and "!r", which
> is rather unusual.
> The replacement should be independent from the escape character defined in
> the format. This escape character should only be used to escape a delimiter,
> a quote or a line separator.
--
This message was sent by Atlassian JIRA
(v6.2#6252)