6 Dec
2022
6 Dec
'22
10:16 a.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1681#note_18801