Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/buffer.md
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
rexagod and Trott authored Jul 5, 2019
commit 834df543f48c7cb0201146ef56dfa851158b2e4e
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ For cases regarding operations other than employing backward compatibility
for 7-bit (and [extended 8-bit]((https://en.wikipedia.org/wiki/UTF-8#Description))
in rare cases) `'ascii'` data, and the valid [`UTF-8` code units](https://en.wikipedia.org/wiki/UTF-8#Codepage_layout),
the replacement character (`�`) is returned,
and *no exception will be thrown*.
and no exception will be thrown.

It should also be noted that a `U+FFFD` replacement value
Comment thread
rexagod marked this conversation as resolved.
Outdated
(representing the aforementioned replacement character) will be returned
Expand Down