From a5b3c15b77d1bf4b12e1e277c7814a12c2101c61 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 10 Aug 2018 22:04:47 -0700 Subject: doc: list encodings supported by buffer.transcode Fixes: https://github.com/nodejs/node/issues/15632 PR-URL: https://github.com/nodejs/node/pull/22263 Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/buffer.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api/buffer.md') diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 8e1d1c325b..d483fe4033 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2508,6 +2508,9 @@ encoding to another. Returns a new `Buffer` instance. Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if conversion from `fromEnc` to `toEnc` is not permitted. +Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, +`'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. + The transcoding process will use substitution characters if a given byte sequence cannot be adequately represented in the target encoding. For instance: -- cgit v1.2.3