1FcUtf16ToUcs4(3) FcUtf16ToUcs4(3)
23
4
NAME
6FcUtf16ToUcs4 - convert UTF-16 to UCS4
7
SYNOPSIS
9#include <fontconfig.h>
1011
int FcUtf16ToUcs4 (FcChar8 *src, FcEndian endian, FcChar32 *dst, int len);
12
DESCRIPTION
14Converts the next Unicode char from src into dst and returns the number
15of bytes containing the char. src must be at least len bytes long.
16Bytes of src are combined into 16-bit units according to endian.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcUtf16ToUcs4(3)