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
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_cmpandsystem_eq#86008 (addsystem_cmpandsystem_eqtoos::windows::OsStrExt)