Re: PATCH: add overloaded (reader) and (writer) to clojure.contrib.duck-stream

2008-12-05 Thread walterc
will do On Dec 5, 9:33 pm, Rich Hickey <[EMAIL PROTECTED]> wrote: > On Dec 5, 3:23 am, walterc <[EMAIL PROTECTED]> wrote: > > > i've added overloaded versions of reader and writer to > > clojure.contrib.duck-stream.  they can now take an additional string > > argument named "encoding" so content

Re: PATCH: add overloaded (reader) and (writer) to clojure.contrib.duck-stream

2008-12-05 Thread Rich Hickey
On Dec 5, 3:23 am, walterc <[EMAIL PROTECTED]> wrote: > i've added overloaded versions of reader and writer to > clojure.contrib.duck-stream. they can now take an additional string > argument named "encoding" so content can be read or written with the > specified encoding instead of default enc

PATCH: add overloaded (reader) and (writer) to clojure.contrib.duck-stream

2008-12-05 Thread walterc
i've added overloaded versions of reader and writer to clojure.contrib.duck-stream. they can now take an additional string argument named "encoding" so content can be read or written with the specified encoding instead of default encoding. the semantics of the original functions have not changed