NAME
XmuCompareISOLatin1 — compare and determine order of two strings, ignoring case.
SYNOPSIS
#include <X11/Xmu/CharSet.h>
int XmuCompareISOLatin1(first, second)
char ∗first, ∗second;
ARGUMENTS
firstSpecifies a string to compare.
secondSpecifies a string to compare.
DESCRIPTION
XmuCompareISOLatin1 compares two NULL terminated Latin-1 strings, ignoring case differences, and returns an integer greater than, equal to, or less than zero, according to whether first is lexicographically greater than, equal to, or less than second. The two strings are assumed to be encoded using ISO 8859-1 (Latin-1).
SEE ALSO
XmuCopyISOLatin1Lowered, XmuCopyISOLatin1Uppered, XmuLookup.
Xlib Reference Manual