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
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
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