mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
26 lines
288 B
Plaintext
26 lines
288 B
Plaintext
Description:
|
|
Determine display width of UTF-32 string.
|
|
|
|
Files:
|
|
lib/uniwidth/u32-strwidth.c
|
|
|
|
Depends-on:
|
|
uniwidth/base
|
|
uniwidth/u32-width
|
|
unistr/u32-strlen
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += uniwidth/u32-strwidth.c
|
|
|
|
Include:
|
|
"uniwidth.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|