diff --git a/doc/api/buffer.md b/doc/api/buffer.md index e46e7f0994cff3..18c3c02e76ca8c 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2159,6 +2159,8 @@ added: v0.1.90 Decodes `buf` to a string according to the specified character encoding in `encoding`. `start` and `end` may be passed to decode only a subset of `buf`. +If a byte sequence in the input is not valid in the given `encoding` then +it is replaced with the replacement character `U+FFFD`. The maximum length of a string instance (in UTF-16 code units) is available as [`buffer.constants.MAX_STRING_LENGTH`][].