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