gedden
unread,Jun 22, 2008, 6:41:17 AM6/22/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
Hi,
I have noticed that there is no pretty print for char '\r', when there
are for space, newline and tab.
Output gets a little destroyed as you will notice of you try something
like this
(seq "line of text\r\n")
I am Working on windows and the result of slurping up a little file
will contain returns as well as newlines. So i just thought it would
be nice it was added at some approprite time.
Thanks,
regards
gedden