wcscasecmp_l
extern int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
return (wcscasecmp_l(s1, s2, uselocale(NULL)));