New modules 'unistr/u8-strdup', 'unistr/u16-strdup', 'unistr/u32-strdup'.
[gnulib.git] / modules / unistr / u8-strdup
1 Description:
2 Copy UTF-8 string.
3
4 Files:
5 lib/unistr/u8-strdup.c
6 lib/unistr/u-strdup.h
7
8 Depends-on:
9 unistr/base
10 unistr/u8-strlen
11
12 configure.ac:
13 AC_CHECK_FUNCS_ONCE([strdup])
14
15 Makefile.am:
16 lib_SOURCES += unistr/u8-strdup.c
17
18 Include:
19 "unistr.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26