Converts the specified Unicode string to uppercase.
#include <unilib.h>
unicode_t *uni2upr (
unicode_t *dest,
const unicode_t *src);
(OUT) Points to the converted string.
(IN) Points to the string to change to uppercase.
Returns the address of the converted string.