-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.
Description
There is an encoding list in the Buffer API doc: ascii, utf8, utf16le / ucs2, base64, binary, hex.
However the lists in the File System API doc for streams are not complete.
"The encoding can be 'utf8', 'ascii', or 'base64'."
"The defaultEncoding can be 'utf8', 'ascii', binary, or 'base64'."
In the both lists the "utf16le / ucs2" encoding is misguidingly missed.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.