-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Version: 10.15.3
Platform: Windows 64bit
Subsystem: "path" module
const path = require("path");
const rootPath = "İ"; // Turkish character, char code 304
const absolute = "c:\\Users\\root\\Documents\\İ\\test.txt";
const relative = path.relative(rootPath, absolute); // est.txt
Expected result: test.txt
Actual result: est.txt
monoblainewhyboris
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.pathIssues and PRs related to the path subsystem.Issues and PRs related to the path subsystem.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.