[jira] [Commented] (CSV-51) Support Unicode line separators

2014-03-13 Thread Andre-John Mas (JIRA)

[ 
https://issues.apache.org/jira/browse/CSV-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933544#comment-13933544
 ] 

Andre-John Mas commented on CSV-51:
---

Given that BufferedReader doesn't support this, would it be better to simply 
allow an alternative BufferedReader implementation to be plugged in, which 
would provide the necessary support, either via a system property or a setter, 
such as setBufferedReader( ClassBufferedReader classToUse) ?

 Support Unicode line separators
 ---

 Key: CSV-51
 URL: https://issues.apache.org/jira/browse/CSV-51
 Project: Commons CSV
  Issue Type: Improvement
  Components: Parser
Reporter: Emmanuel Bourg
Priority: Minor
 Fix For: 1.x


 CSVParser doesn't recognizes the Unicode characters U+2028 (LINE SEPARATOR), 
 U+2029 (PARAGRAPH SEPARATOR) and U+0085 (NEXT LINE) as line separators.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CSV-51) Support Unicode line separators

2014-03-13 Thread Gary Gregory (JIRA)

[ 
https://issues.apache.org/jira/browse/CSV-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934003#comment-13934003
 ] 

Gary Gregory commented on CSV-51:
-

I think we are leaving this for post-1.0.

 Support Unicode line separators
 ---

 Key: CSV-51
 URL: https://issues.apache.org/jira/browse/CSV-51
 Project: Commons CSV
  Issue Type: Improvement
  Components: Parser
Reporter: Emmanuel Bourg
Priority: Minor
 Fix For: 1.x


 CSVParser doesn't recognizes the Unicode characters U+2028 (LINE SEPARATOR), 
 U+2029 (PARAGRAPH SEPARATOR) and U+0085 (NEXT LINE) as line separators.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CSV-51) Support Unicode line separators

2013-06-24 Thread Gary Gregory (JIRA)

[ 
https://issues.apache.org/jira/browse/CSV-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13691944#comment-13691944
 ] 

Gary Gregory commented on CSV-51:
-

I added constants to the Constants class as a starting point.

 Support Unicode line separators
 ---

 Key: CSV-51
 URL: https://issues.apache.org/jira/browse/CSV-51
 Project: Commons CSV
  Issue Type: Improvement
  Components: Parser
Reporter: Emmanuel Bourg
Priority: Minor
 Fix For: 1.x


 CSVParser doesn't recognizes the Unicode characters U+2028 (LINE SEPARATOR), 
 U+2029 (PARAGRAPH SEPARATOR) and U+0085 (NEXT LINE) as line separators.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CSV-51) Support unicode line separators

2012-03-12 Thread Sebb (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CSV-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228058#comment-13228058
 ] 

Sebb commented on CSV-51:
-

Would these be used as an alternative to CR/LF?
Or would both be operative at the same time?

Are there any example files that use such separators?

 Support unicode line separators
 ---

 Key: CSV-51
 URL: https://issues.apache.org/jira/browse/CSV-51
 Project: Commons CSV
  Issue Type: Improvement
  Components: Parser
Reporter: Emmanuel Bourg
Priority: Minor
 Fix For: 1.x


 CSVParser doesn't recognizes the Unicode characters U+2028 (LINE SEPARATOR), 
 U+2029 (PARAGRAPH SEPARATOR) and U+0085 (NEXT LINE) as line separators.

--
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




[jira] [Commented] (CSV-51) Support unicode line separators

2012-03-12 Thread Emmanuel Bourg (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CSV-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13228079#comment-13228079
 ] 

Emmanuel Bourg commented on CSV-51:
---

They would be used in addition to the existing line separators. The Scanner and 
Pattern classes in the JDK do recognize these separators for example, but not 
BufferedReader.

 Support unicode line separators
 ---

 Key: CSV-51
 URL: https://issues.apache.org/jira/browse/CSV-51
 Project: Commons CSV
  Issue Type: Improvement
  Components: Parser
Reporter: Emmanuel Bourg
Priority: Minor
 Fix For: 1.x


 CSVParser doesn't recognizes the Unicode characters U+2028 (LINE SEPARATOR), 
 U+2029 (PARAGRAPH SEPARATOR) and U+0085 (NEXT LINE) as line separators.

--
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