view modules/uniwidth/u16-strwidth @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 4c0b38aac75f
children
line wrap: on
line source

Description:
Determine display width of UTF-16 string.

Files:
lib/uniwidth/u16-strwidth.c

Depends-on:
uniwidth/base
uniwidth/u16-width
unistr/u16-strlen

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.8], [uniwidth/u16-strwidth])

Makefile.am:
if LIBUNISTRING_COMPILE_UNIWIDTH_U16_STRWIDTH
lib_SOURCES += uniwidth/u16-strwidth.c
endif

Include:
"uniwidth.h"

License:
LGPLv3+ or GPLv2

Maintainer:
all