mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 14:43:36 +00:00
Daiki Ueno's approval is in https://lists.gnu.org/archive/html/bug-gnulib/2017-06/msg00058.html. * modules/uniwidth/base (License): Change to LGPLv2+. * modules/uniwidth/width (License): Likewise.
28 lines
354 B
Plaintext
28 lines
354 B
Plaintext
Description:
|
|
Determine display width of Unicode character.
|
|
|
|
Files:
|
|
lib/uniwidth/width.c
|
|
lib/uniwidth/cjk.h
|
|
|
|
Depends-on:
|
|
uniwidth/base
|
|
streq
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE([0.9.6], [uniwidth/width])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH
|
|
lib_SOURCES += uniwidth/width.c
|
|
endif
|
|
|
|
Include:
|
|
"uniwidth.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|