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

FcUtf8ToUcs4 - convert UTF-8 to UCS4

Description

Converts the next Unicode char from src into dst and returns the number of bytes containing the char. src must be at least len bytes long. Fontconfig 2.15.0 04 July 2025 FcUtf8ToUcs4(3)

Name

FcUtf8ToUcs4 - convert UTF-8 to UCS4

Synopsis

#include<fontconfig/fontconfig.h>intFcUtf8ToUcs4(FcChar8*src,FcChar32*dst,intlen);

See Also