On Tue Dec 6 09:32:54 2022 +0000, Zhiyi Zhang wrote:
Can't you use CharUpperBuffW() instead?
`CharUpperBuffW` uses `LCMapStringW` which I believe is still locale-dependent and does a lot more than `RtlUpcaseUnicodeChar`. I don't think any of this is required here. Most of the time we're even comparing ASCII strings.