Files
node-v0.x-archive/doc/api
Ben Noordhuis 96a314b68b buffer: strip high bits when converting to ascii
Consider the following example:

  console.log(Buffer('ú').toString('ascii'));

Before this commit, the contents of the buffer was used as-is and hence it
prints 'ú'.

Now, it prints 'C:'. Perhaps not much of an improvement but it conforms to what
the documentation says it does: strip off the high bits.

Fixes #4371.
2013-03-08 14:42:15 -08:00
..
2012-04-18 21:51:16 +02:00
2013-03-05 08:15:54 -08:00
2010-11-07 17:22:56 -08:00
2012-02-29 16:04:54 -08:00