Files
node-v0.x-archive/doc
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-08-23 17:54:23 +02:00
2012-11-30 18:14:26 -08:00
2012-08-23 17:54:23 +02:00
2012-08-15 09:09:23 -07:00
2012-08-15 09:09:23 -07:00
2012-08-15 09:09:23 -07:00
2012-09-27 13:25:55 -07:00
2011-11-27 21:52:27 +01:00
2013-03-06 11:44:29 -08:00
2012-08-24 15:47:53 +02:00
2012-02-14 14:34:43 -08:00
2012-06-22 08:49:20 -07:00
2009-09-10 13:40:38 +02:00
2012-08-15 09:09:23 -07:00
2011-07-11 08:30:37 -07:00
2011-12-05 16:20:44 -08:00