Converts a Unicode character to uppercase according to the language neutral case mapping tables.
#include <unidef.h> UniChar ucUniCharIn; UniChar ucUniCharOut; ucUniCharOut = UniToupper(ucUniCharIn);