0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
James M Snell e8eaaa7724 buffer: add buffer.transcode
Add buffer.transcode(source, from, to) method. Primarily uses ICU
to transcode a buffer's content from one of Node.js' supported
encodings to another.

Originally part of a proposal to add a new unicode module. Decided
to refactor the approach towrds individual PRs without a new module.

Refs: https://github.com/nodejs/node/pull/8075
PR-URL: https://github.com/nodejs/node/pull/9038
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-10-25 10:12:02 -07:00
..
_toc.md doc: subdivide TOC, add auxiliary links 2016-04-29 13:27:18 -04:00
addons.md tools: enable more remark-lint rules 2016-09-25 13:02:45 +03:00
all.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
assert.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
buffer.md buffer: add buffer.transcode 2016-10-25 10:12:02 -07:00
child_process.md doc: further improve child_process doc types 2016-10-17 09:09:32 -07:00
cli.md src: add NODE_PRESERVE_SYMLINKS environment variable 2016-10-24 22:13:08 +03:00
cluster.md doc: remove extra comma in cluster docs 2016-09-17 22:05:51 -04:00
console.md doc: standardize rest parameters 2016-09-14 08:08:28 +02:00
crypto.md doc: fix header level for crypto.constants 2016-10-19 08:37:40 -07:00
debugger.md doc: change ./node to node in debugger.md 2016-10-06 23:45:12 +02:00
dgram.md doc: fix broken link in dgram doc 2016-09-02 14:29:30 -04:00
dns.md tools: enable more remark-lint rules 2016-09-25 13:02:45 +03:00
documentation.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
domain.md doc: standardize rest parameters 2016-09-14 08:08:28 +02:00
errors.md doc: specify that errno is a number, not a string 2016-10-16 20:43:21 +02:00
events.md doc: standardize rest parameters 2016-09-14 08:08:28 +02:00
fs.md doc: clarify fs.link and fs.linkSync arguments 2016-10-21 08:01:07 -07:00
globals.md doc: add performance warning to require.extensions 2016-10-24 22:50:41 +02:00
http.md doc: improved example for http.get 2016-10-17 09:01:19 -07:00
https.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
modules.md doc: add added: information for modules 2016-08-27 16:19:26 +02:00
net.md http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
os.md doc: fix typos 2016-09-02 23:49:54 +02:00
path.md doc: fix typo in path doc 2016-09-18 11:30:23 +02:00
process.md doc: mention case-insensitive env on windows 2016-10-25 11:33:05 +03:00
punycode.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
querystring.md doc: fix "hashOwnProperty" typo in querystring 2016-08-15 10:42:38 -07:00
readline.md doc: remove duplicate content from readline doc 2016-09-15 08:31:09 +02:00
repl.md doc: fix typo in repl doc 2016-09-30 07:58:34 -07:00
stream.md doc: edit Stream api grammar 2016-10-17 09:05:42 -07:00
string_decoder.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
synopsis.md doc: various documentation formatting fixes 2016-07-14 12:26:50 +03:00
timers.md doc: enable no-file-name-articles remark-lint rule 2016-09-27 07:07:40 -07:00
tls.md doc: fix title level at tls.md 2016-09-27 07:59:49 -07:00
tty.md doc: use blockquotes for Stability: markers 2016-08-04 22:43:34 +02:00
url.md doc: fix markdown formatting in url.md 2016-10-05 11:36:03 -04:00
util.md tools: enable more remark-lint rules 2016-09-25 13:02:45 +03:00
v8.md doc: various documentation formatting fixes 2016-07-14 12:26:50 +03:00
vm.md doc: fix typo in vm.runInNewContext() description 2016-08-09 11:31:46 -07:00
zlib.md doc: fix typo in zlib.md 2016-10-17 09:24:50 -07:00