Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / uniwidth / u32-strwidth
1 Description:
2 Determine display width of UTF-32 string.
3
4 Files:
5 lib/uniwidth/u32-strwidth.c
6
7 Depends-on:
8 uniwidth/base
9 uniwidth/u32-width
10 unistr/u32-strlen
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9.4], [uniwidth/u32-strwidth])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNIWIDTH_U32_STRWIDTH
17 lib_SOURCES += uniwidth/u32-strwidth.c
18 endif
19
20 Include:
21 "uniwidth.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28