Converts a Unicode character to uppercase using the specified locale.

#include <unidef.h>

const LocaleObject    locale_object;
UniChar               ucCharacter;
UniChar               ucRetCharacter;

ucRetCharacter = UniTransUpper(locale_object,
                   ucCharacter);


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