1FcUtf16ToUcs4(3)                                              FcUtf16ToUcs4(3)
2
3
4

NAME

6       FcUtf16ToUcs4 - convert UTF-16 to UCS4
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       int FcUtf16ToUcs4 (FcChar8 *src, FcEndian endian, FcChar32 *dst, int len);
12

DESCRIPTION

14       Converts the next Unicode char from src into dst and returns the number
15       of bytes containing the char. src must be  at  least  len  bytes  long.
16       Bytes of src are combined into 16-bit units according to endian.
17
18
19
20Fontconfig 2.13.92                09 8月 2019                 FcUtf16ToUcs4(3)
Impressum