Re: [nodejs] ReadStream supported encodings

2012-03-11 Thread Ben Noordhuis
On Sun, Mar 11, 2012 at 22:03, Mark Volkmann wrote: > The documentation for the ReadStream setEncoding method at > http://nodejs.org/docs/latest/api/stream.html says the encoding can be > 'utf8', 'ascii' or 'base64'. Buffers support these additional > encodings: 'ucs2', 'binary' and 'hex'. In look

[nodejs] ReadStream supported encodings

2012-03-11 Thread Mark Volkmann
The documentation for the ReadStream setEncoding method at http://nodejs.org/docs/latest/api/stream.html says the encoding can be 'utf8', 'ascii' or 'base64'. Buffers support these additional encodings: 'ucs2', 'binary' and 'hex'. In looking through the source, I don't see where ReadStreams are lim