Open
Description
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
- PR Add
os::windows::ffi::OsStrExt::system_cmp
andsystem_eq
#86008 (addsystem_cmp
andsystem_eq
toos::windows::OsStrExt
)