NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / wcswidth
1 Description:
2 wcswidth() function: determine number of screen columns needed for a
3 size-bounded wide string.
4
5 Files:
6 lib/wcswidth.c
7 lib/wcswidth-impl.h
8 m4/wcswidth.m4
9
10 Depends-on:
11 wchar
12 wcwidth         [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1]
13
14 configure.ac:
15 gl_FUNC_WCSWIDTH
16 gl_WCHAR_MODULE_INDICATOR([wcswidth])
17
18 Makefile.am:
19
20 Include:
21 <wchar.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible