On Tue Jan 2 22:04:45 2024 +0000, Zebediah Figura wrote:
What about locale? Do we know that wcsnicmp() is the right thing to use here?
i'm not familiar with either wide character related functions nor locale shenanigans to be honest. but msdn docs said this is the wide character equivalent of strnicmp() so i used it. i am open to suggestions though.