NAME
XmuCopyISOLatin1Lowered — copy string, changing uppercase to lowercase.
SYNOPSIS
#include <X11/Xmu/CharSet.h>
void XmuCopyISOLatin1Lowered(dst, src)
char ∗dst, ∗src;
ARGUMENTS
dstReturns the string copy.
srcSpecifies the string to copy.
DESCRIPTION
XmuCopyISOLatin1Lowered copies a NULL-terminated string from src to dst (including the NULL), changing all Latin-1 uppercase letters to lowercase. The string is assumed to be encoded using ISO 8859-1 (Latin-1).
SEE ALSO
XmuCompareISOLatin1, XmuCopyISOLatin1Uppered, XmuLookup.
Xlib Reference Manual