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.0
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira