FcUtf16ToUcs4.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcUtf16ToUcs4" "3" "18 November 2009" "" ""
3.SH NAME
4FcUtf16ToUcs4 \- convert UTF-16 to UCS4
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9int FcUtf16ToUcs4(FcChar8 *\fIsrc\fB);
10(FcEndian \fIendian\fB);
11(FcChar32 *\fIdst\fB);
12(int \fIlen\fB);
13\fR.fi
14.SH "DESCRIPTION"
15.PP
16Converts the next Unicode char from \fIsrc\fR into
17\fIdst\fR and returns the number of bytes containing the
18char. \fIsrc\fR must be at least \fIlen\fR
19bytes long. Bytes of \fIsrc\fR are combined into 16-bit
20units according to \fIendian\fR\&.
21.SH "VERSION"
22.PP
23Fontconfig version 2.8.0
24