mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
26 lines
266 B
Plaintext
26 lines
266 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:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += uniwidth/width.c
|
|
|
|
Include:
|
|
"uniwidth.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|