c27c64501b5715419f9963207585e5b951bc9373
[platform/upstream/fontconfig.git] / doc / FcStrCmpIgnoreCase.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcStrCmpIgnoreCase" "3" "10 1月 2013" "" ""
3 .SH NAME
4 FcStrCmpIgnoreCase \- compare UTF-8 strings ignoring case
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 int FcStrCmpIgnoreCase (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns the usual <0, 0, >0 result of comparing
14 \fIs1\fR and \fIs2\fR\&. This test is
15 case-insensitive for all proper UTF-8 encoded strings.
16 .SH "VERSION"
17 .PP
18 Fontconfig version 2.10.91