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.