NAME
XmuCopyISOLatin1Uppered − copy string, changing lowercase to uppercase.
SYNOPSIS
#include <X11/Xmu/CharSet.h>
void XmuCopyISOLatin1Uppered(dst, src)
char ∗dst, ∗src;
Inputs
srcSpecifies the string to copy.
Outputs
dstReturns the string copy. Note that this is the first argument to the function, not the second.
DESCRIPTION
XmuCopyISOLatin1Uppered() copies a null-terminated string from src to dst (including the NULL), changing all Latin-1 lowercase letters to uppercase. The string is assumed to be encoded using ISO 8859-1 (Latin-1).
USAGE
This function is useful in resource converters that convert between strings and enumerated types.