6d07b7fe8184846df2456183f91deb7b08d19108
[platform/upstream/fontconfig.git] / doc / FcUtf8ToUcs4.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcUtf8ToUcs4" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
3 .SH NAME
4 FcUtf8ToUcs4 \- convert UTF-8 to UCS4
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 int FcUtf8ToUcs4 (FcChar8 *\fIsrc\fB, FcChar32 *\fIdst\fB, int \fIlen\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Converts the next Unicode char from \fIsrc\fR into
14 \fIdst\fR and returns the number of bytes containing the
15 char. \fIsrc\fR must be at least
16 \fIlen\fR bytes long.