logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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