[racket-dev] REPO: Treat FF, LS and PS as line separators

From: Richard Hopkins (richhguard-monotone at yahoo.co.uk)
Date: Sun Jun 9 11:48:38 EDT 2013

I've been working on treating FF, LS, and PS as line separators as recommended by the Unicode spec.

I believe it's now ready for review and would appreciate any comments. In short the commits

* make (read-line) and friends such as (in-lines) allow FF, LS and PS as separators;
* make (string-split) and (string-trim) understand LS and PS - they already handled FF;

* update the documentation to mention 'formfeed, 'ls and 'ps; and

* add some tests for (in-lines)


https://github.com/hopkinsr/racket/commits/read-line

Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20130609/d2544d53/attachment.html>

Posted on the dev mailing list.