Hash :
db844e48
Author :
Date :
2006-12-27T19:54:25
* lib/mbchar.h: Just include <wctype.h>; the wctype module handles its gotchas now. * lib/mbswidth.c: Likewise. * lib/wcwidth.h: Likewise. * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h and iswcntrl; the wctype module does this stuff now. * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise. * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise. * modules/mbchar (Depends-on): Add wctype. * modules/mbswidth (Depends-on): Likewise. * modules/wcwidth (Depends-on): Likewise.
Description:
Determine the number of screen columns needed for a character.
Files:
lib/wcwidth.h
m4/wcwidth.m4
m4/wchar_t.m4
m4/wint_t.m4
Depends-on:
wctype
configure.ac:
gl_FUNC_WCWIDTH
Makefile.am:
lib_SOURCES += wcwidth.h
Include:
"wcwidth.h"
License:
LGPL
Maintainer:
Bruno Haible