FcStrCmpIgnoreCase - compare UTF-8 strings ignoring case
Contents
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.
Fontconfig 2.15.0 04 July 2025 FcStrCmpIgnoreCase(3)
Name
FcStrCmpIgnoreCase - compare UTF-8 strings ignoring case
Synopsis
#include<fontconfig/fontconfig.h>intFcStrCmpIgnoreCase(constFcChar8*s1,constFcChar8*s2);
