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
Platform: Linux localhost.localdomain 3.10.0-327.el7.x86_64 deps: update openssl to 1.0.1j #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: fs
The file names that the fs.watch function reports is different from fs.readdirSync when the file names have Chinese characters, with the fs.readdirSync file names being correct. Buffer.from(badFileNameFromFsWatch, 'binary').toString('utf-8') will produce the correct file name, consistent with fs.readdirSync.
The text was updated successfully, but these errors were encountered:
That's been fixed in #5616 (see also: #2088 and #3519) and will be released in v6. I'll close, the changes constitute a semver-major change and won't be back-ported to v4 and v5.
bnoordhuis
added
duplicate
Issues and PRs that are duplicates of other issues or PRs.
fs
Issues and PRs related to the fs subsystem / file system.
labels
Apr 12, 2016
The file names that the
fs.watch
function reports is different fromfs.readdirSync
when the file names have Chinese characters, with thefs.readdirSync
file names being correct.Buffer.from(badFileNameFromFsWatch, 'binary').toString('utf-8')
will produce the correct file name, consistent withfs.readdirSync
.The text was updated successfully, but these errors were encountered: