0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term
When node began using the OneByte API (f150d56) it also switched to
officially supporting ISO-8859-1. Though at the time no new encoding
string was introduced.

Introduce the new encoding string 'latin1' to be more explicit. The
previous 'binary' and documented as an alias to 'latin1'.  While many
tests have switched to use 'latin1', there are still plenty that do both
'binary' and 'latin1' checks side-by-side to ensure there is no
regression.

PR-URL: https://github.com/nodejs/node/pull/7111
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-06-07 13:51:14 -06:00
..
_toc.md doc: subdivide TOC, add auxiliary links 2016-04-29 13:27:18 -04:00
addons.md doc: fix deprecation warnings in addon examples 2016-05-10 17:10:33 +02:00
all.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
assert.md doc: add added: information for assert 2016-05-13 09:49:05 -07:00
buffer.md buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
child_process.md doc: buffers are not sent over IPC with a socket 2016-05-29 22:58:05 +02:00
cli.md doc: add added: data for cli.md 2016-05-26 21:02:54 -07:00
cluster.md doc: fix the lint of an example in cluster.md 2016-05-03 10:13:23 -07:00
console.md doc: improved syntax consistency in console.md 2016-06-06 09:07:33 -07:00
crypto.md buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
debugger.md src,lib: v8-inspector support 2016-05-30 09:05:46 -07:00
dgram.md doc: add added: info for dgram.*Membership() 2016-05-18 22:52:15 -07:00
dns.md doc: add added: information for dns 2016-06-03 12:32:09 -07:00
documentation.md doc: "a" -> "an" in api/documentation.md 2016-05-11 11:17:29 -04:00
domain.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
errors.md doc: fix typo in Error.captureStackTrace 2016-05-20 08:32:04 -07:00
events.md doc,events: fix a link typo 2016-05-10 06:40:12 -05:00
fs.md doc: clarify fs.access works on directories too. 2016-06-06 08:46:08 -07:00
globals.md doc: reference list of language-specific globals 2016-05-24 01:21:15 +02:00
http.md doc: clarifies http.serverResponse implementation 2016-05-01 14:24:49 -07:00
https.md doc: update openssl.org hash links 2016-05-17 21:24:41 +02:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
modules.md doc: mention existence/purpose of module wrapper 2016-05-10 06:48:36 -05:00
net.md doc: add added information for net 2016-06-02 17:15:22 -07:00
os.md src: refactor require('constants') 2016-05-17 11:05:18 -07:00
path.md doc: add added: information for path 2016-06-03 12:30:17 -07:00
process.md doc: general improvements to process.md copy 2016-06-06 14:53:10 -07:00
punycode.md doc: general improvements to punycode.md copy 2016-06-02 16:35:56 -07:00
querystring.md doc: general improvements to querystring.md copy 2016-06-06 08:35:19 -07:00
readline.md doc: clarify rl.question callback args 2016-06-07 07:15:14 -07:00
repl.md doc: general improvements to repl.md copy 2016-06-06 14:49:06 -07:00
stream.md doc: use consistent typography in streams.md 2016-06-06 17:06:58 -07:00
string_decoder.md doc: addresses nits in string_decoder, url, util 2016-05-31 10:28:14 -04:00
synopsis.md doc: use Node.js in synopsis document 2016-05-01 13:28:34 -07:00
timers.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
tls.md doc: general improvements to tls.md copy 2016-05-26 08:12:33 -07:00
tty.md doc: general improvements to tty.md 2016-05-27 08:51:34 -07:00
url.md doc: addresses nits in string_decoder, url, util 2016-05-31 10:28:14 -04:00
util.md doc: fix header depth of util.isSymbol 2016-06-06 08:19:03 -07:00
v8.md doc: general improvements to v8.md copy 2016-05-20 08:37:45 -07:00
vm.md doc: add added: information for vm 2016-05-28 16:12:50 +02:00
zlib.md doc: add added: information for zlib 2016-05-23 15:04:13 +02:00