X Version 11 (Release 6.1)
XmuCopyISOLatin1Lowered(X3xmu)
XmuCopyISOLatin1Lowered --
copies Latin-1 uppercase string to lowercase
Synopsis
cc . . . -lXmu
#include <X11/Xmu/CharSet.h>
void XmuCopyISOLatin1Lowered(dst, src)
char *dst, *src;
void XmuCopyISOLatin1Uppered(dst, src)
char *dst, *src;
Arguments
dst-
returns the string copy
src-
specifies the string to copy
Description
The XmuCopyISOLatin1Lowered
function 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.
The XmuCopyISOLatin1Uppered
function 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.
References
XmuLookupLatin1(X3xmu),
XmuCompareISOLatin1(X3xmu)
Xlib - C Language X Interface
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004