-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.known limitationIssues that are identified as known limitations.Issues that are identified as known limitations.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
- Version: 10.13 (also 8.x and before)
- Platform: Windows
- Subsystem: fs
The following snipped works fine on Linux and Mac OS X, but not on Windows:
const fs = require('fs')
const str = 'èè'
fs.write(1, str + '\n', 0, '', console.log)
Note that using process.stdout.write
is actually working as expected.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.known limitationIssues that are identified as known limitations.Issues that are identified as known limitations.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.ttyIssues and PRs related to the tty subsystem.Issues and PRs related to the tty subsystem.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.