mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/mbchar (Depends-on): Add wcwidth. * modules/mbswidth (Depends-on): Add wcwidth. * MODULES.html.sh: Add wcwidth.
30 lines
296 B
Plaintext
30 lines
296 B
Plaintext
Description:
|
|
Multibyte character data type.
|
|
|
|
Files:
|
|
lib/mbchar.h
|
|
lib/mbchar.c
|
|
m4/mbchar.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
wcwidth
|
|
|
|
configure.ac:
|
|
gl_MBCHAR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbchar.h
|
|
|
|
Include:
|
|
#if HAVE_WCHAR_H && HAVE_WCTYPE_H
|
|
#include "mbchar.h"
|
|
#endif
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|