davidsantiago / clojure-csv

A library for reading and writing CSV files from Clojure
187 stars 35 forks source link

Allow EOL to have same first character as delimiter #38

Closed semperos closed 4 months ago

semperos commented 7 years ago

The changes here allow you to have an end-of-line string that begins with the same character that is used as the delimiter. An example that I've come across in the wild is a delimiter of ^ with an end-of-line sequence of ^+^.

Not defending it, just need to support it. I'd welcome your thoughts.