1FcStrCmpIgnoreCase(3)                                    FcStrCmpIgnoreCase(3)
2
3
4

NAME

6       FcStrCmpIgnoreCase - compare UTF-8 strings ignoring ASCII case
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       int FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
12

DESCRIPTION

14       Returns  the  usual <0, 0, >0 result of comparing s1 and s2.  This test
15       is case-insensitive in the ASCII range and will operate  properly  with
16       UTF8  encoded  strings,  although  it  does  not  check for well formed
17       strings.
18

VERSION

20       Fontconfig version 2.4.2
21
22
23
24                                  11 May 2007            FcStrCmpIgnoreCase(3)
Impressum