opensolaris man page for fcutf16len

Query: fcutf16len

OS: opensolaris

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FcUtf16Len(3)															     FcUtf16Len(3)

NAME
FcUtf16Len - count UTF-16 encoded chars
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcBool FcUtf16Len (FcChar8 *src, FcEndian endian, int len, int *nchar, int *wchar);
DESCRIPTION
Counts the number of Unicode chars in len bytes of src. Bytes of src are combined into 16-bit units according to endian. 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 string is a well-formed UTF16 string.
VERSION
Fontconfig version 2.5.0
ATTRIBUTES
See 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 FcUtf16Len(3)
Related Man Pages
fcconfigenablehome(3) - opensolaris
fcdirsave(3) - opensolaris
fcdirscan(3) - opensolaris
fcfreetypecharset(3) - opensolaris
fcpatternadd-type(3) - opensolaris
Similar Topics in the Unix Linux Community
Checking for invalid chars
Replace Junk chars (Sed)
[Solved] Editing the alphabet's based on position information
Inserting delimiter after a specific number of chars
sed - print only the chars that match a given set in a string