dota17 opened a new pull request #68: URL: https://github.com/apache/commons-csv/pull/68
* https://issues.apache.org/jira/projects/CSV/issues/CSV-150 Hi, @garydgregory In the source code, it is estimated that for performance reasons, ```Character``` is converted to ```char```, so ```null``` is mapped to ```\ufffe``` which cannot appear in the middle of a normal file. Now if you have the ```\ufffe``` character in the middle of the file, there's a problem. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
