Query: fcutf8len
OS: opensolaris
Section: 3
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcUtf8Len(3) FcUtf8Len(3)NAMEFcUtf8Len - count UTF-8 encoded charsSYNOPSIScc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcBool FcUtf8Len (FcChar8 *src, int len, int *nchar, int *wchar);DESCRIPTIONCounts the number of Unicode chars in len bytes of src. Places that count in nchar. wchar contains 1, 2 or 4 depending on the number of bytes needed to hold the largest unicode char counted. The return value indicates whether src is a well-formed UTF8 string.VERSIONFontconfig version 2.5.0ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcUtf8Len(3)
Related Man Pages |
---|
fcatomiccreate(3) - opensolaris |
fcconfigappfontadddir(3) - opensolaris |
fcdircacheloadfile(3) - opensolaris |
fcinitbringuptodate(3) - opensolaris |
fcutf16len(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Checking for invalid chars |
Debugging the code |
Replace Junk chars (Sed) |
[Solved] Editing the alphabet's based on position information |
Inserting delimiter after a specific number of chars |