I'm looking for a way of doing a insensitive compare of two Unicode characters (char32) under Windows (C/C++, not .NET).
I am aware that the solution is supposed to be locale aware.
I would like a solution that would not require additional third-party libraries.
My first thought is that you should lookup CompareStringEx with its parameters LOCALE_INVARIANT and NORM_IGNORECASE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With