logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcStrCmpIgnoreCase - compare UTF-8 strings ignoring case

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);

See Also