[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-05 Thread Tadhg Pearson (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722150#comment-15722150 ] Tadhg Pearson commented on CSV-198: --- Just to clarify - we're closing because - It works in Java 7 & 8,

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-02 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15716718#comment-15716718 ] Gary Gregory commented on CSV-198: -- Thank you for following up [~tadhg]. Can you close this ticket if you

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-02 Thread Tadhg Pearson (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15716644#comment-15716644 ] Tadhg Pearson commented on CSV-198: --- OK - I found why it was failing for me on Java 1.8. I needed to set

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-01 Thread Tadhg Pearson (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15713189#comment-15713189 ] Tadhg Pearson commented on CSV-198: --- Indeed - that test runs fine on my system. I wasn't as rigorous on

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15713140#comment-15713140 ] Gary Gregory commented on CSV-198: -- Also not that Git master now requires Java 7 or later. > Cannot parse

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-01 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15713134#comment-15713134 ] Gary Gregory commented on CSV-198: -- I added {{org.apache.commons.csv.issues.JiraCsv198Test}} and cannot

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-12-01 Thread Tadhg Pearson (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15713076#comment-15713076 ] Tadhg Pearson commented on CSV-198: --- So... this issue is also occurring in Java 1.8.60 :( What workaround

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-10-07 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15556117#comment-15556117 ] Emmanuel Bourg commented on CSV-198: Tomcat has its own UTF-8 decoder due to bugs in the JDK, I wonder if

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-10-07 Thread Tadhg Pearson (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1014#comment-1014 ] Tadhg Pearson commented on CSV-198: --- I suspected the same thing, but was then unable to find any evidence

[jira] [Commented] (CSV-198) Cannot parse file by header with custom delimiter on Java 1.6

2016-10-07 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CSV-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15554432#comment-15554432 ] Emmanuel Bourg commented on CSV-198: I suspect this could be a UTF-8 decoding bug at the Java level, if