On Thu Sep 21 17:32:34 2023 +0000, Aidan Khoury wrote:
I suppose we could use strnicmp/strncasecmp instead, though those routines lack portability, so that's why I did it the way you see. I say its a hack because it's not easy to immediately comprehend what the code is doing with the magic OR'ing of 0x20 to force ascii characters to be lowercase. changed in ff51d90b
Locale is a concern in general, but strnicmp() is safe for ASCII characters in Wine.