Converts a Unicode character to lowercase using the specified locale.

#include <unidef.h>

const LocaleObject    locale_object;
UniChar               ucCharacter;
UniChar               ucRetCharacter;

ucRetCharacter = UniTransLower(locale_object,
                   ucCharacter);


[Back: UniTransLower]
[Next: UniTransLower Parameter - locale_object]