What steps will reproduce the problem?
1. get or create a text file (text.txt) with two lines separated by 'CR'
character as line ending (Mac OS X ending line).
2. Go to http://jquery-csv.googlecode.com/git/examples/file-handling.html
3. Open your file, jquery-csv parse file content but separate line on \n char.
For exemple csv generated on mac with Excel doesn't work.
jquery-csv should handle csv file with \r or \n or \r\n line ending.
Original issue reported on code.google.com by VINCENT.guillaume.inp on 20 Sep 2013 at 12:26
Original issue reported on code.google.com by
VINCENT.guillaume.inp
on 20 Sep 2013 at 12:26Attachments: