ceptr icon indicating copy to clipboard operation
ceptr copied to clipboard

add handling of multi-char delimiters in stream

Open zippy opened this issue 9 years ago • 1 comments

currently we only handle \n as the new line delimiter. Also need to handle CR-LF...

zippy avatar May 25 '16 15:05 zippy

ccf1abfe64e32bc3 adds arbitrary delimiter handling to streams.

Still to do is add this into the LINE_BY_LINE flag check of file streams. It'll work just fine for any delimiter that ends in \n (as does CRLF) but, it doesn't work for the general case.

zippy avatar May 26 '16 12:05 zippy