You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vsemozhetbyt opened this issue
Sep 10, 2015
· 3 comments
Labels
docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.i18n-apiIssues and PRs related to the i18n implementation.
docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.i18n-apiIssues and PRs related to the i18n implementation.
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.
fs.createReadStream:
fs.createWriteStream:
In the both lists the "utf16le / ucs2" encoding is misguidingly missed.
The text was updated successfully, but these errors were encountered: