1Description:
2Conversion from UTF-32 to legacy encodings.
3
4Files:
5lib/uniconv/u32-conv-to-enc.c
6lib/uniconv/u-conv-to-enc.h
7
8Depends-on:
9uniconv/base
10striconveha
11uniconv/u8-conv-to-enc
12unistr/u32-to-u8
13unistr/u32-mblen
14unistr/u8-mblen
15
16configure.ac:
17gl_LIBUNISTRING_MODULE([0.9], [uniconv/u32-conv-to-enc])
18
19Makefile.am:
20if LIBUNISTRING_COMPILE_UNICONV_U32_CONV_TO_ENC
21lib_SOURCES += uniconv/u32-conv-to-enc.c
22endif
23
24Include:
25"uniconv.h"
26
27License:
28LGPLv3+ or GPLv2+
29
30Maintainer:
31all
32