-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
fs: can't require non-ASCII file paths in Shift-JIS filesystem #56670
Copy link
Copy link
Open
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.never-staleIssues and PRs exempt from automated stale handling.Issues and PRs exempt from automated stale handling.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.never-staleIssues and PRs exempt from automated stale handling.Issues and PRs exempt from automated stale handling.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Version
v22.13.0, v23.6.0
Platform
Subsystem
fs
What steps will reproduce the bug?
Shift-JIS(akaCP932)requiresuch asヘルプ.jsHow often does it reproduce? Is there a required condition?
Always reproduceable under a Shift-JIS filesystem.
What is the expected behavior? Why is that the expected behavior?
The file is loaded correctly.
What do you see instead?
"Process exited with code 3221225477"
Additional information
requirein the user's case, the aforementioned issue also links a reproducible example repository, although not a minimal one for testing purposes, the issue has been reproduced with a simplerequirein REPL as well.