Compares language collation strings.
#include <unidef.h> const LocaleObject locale_object; const UniChar *ucs1; const UniChar *ucs2; int result; result = UniStrcoll(locale_object, ucs1, ucs2);