1. NAME

FcStrCmpIgnoreCase - compare UTF-8 strings ignoring case

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 int FcStrCmpIgnoreCase(const FcChar8 *\fIs1\fB);
 (const FcChar8 *\fIs2\fB);
 \fR.fi

3. DESCRIPTION

Returns the usual <0, 0, >0 result of comparing s1 and s2. This test is case-insensitive for all proper UTF-8 encoded strings.

4. VERSION

Fontconfig version 2.8.0