Tracking Issue for windows_case_insensitive
#86007
Labels
A-FFI
Area: Foreign function interface (FFI)
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-windows
Operating system: Windows
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
This is a tracking issue for dealing with strings on Windows that are defined to be case-insensitive: environment variable keys, registry keys, file paths, resource handle names etc.
The feature gate for the issue is
windows_case_insensitive
.Unresolved Questions
What is the API std should offer to deal with Windows specific case-insensitive comparisons?
Implementation history
os::windows::ffi::OsStrExt::system_cmp
andsystem_eq
#86008 (addsystem_cmp
andsystem_eq
toos::windows::OsStrExt
)The text was updated successfully, but these errors were encountered: