From c03f2a066bd5b33e457e62df3fe404338e5e38b3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jul 2007 16:18:59 +0000 Subject: New module 'uniwidth/u8-width'. --- modules/uniwidth/u8-width | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/uniwidth/u8-width (limited to 'modules/uniwidth') diff --git a/modules/uniwidth/u8-width b/modules/uniwidth/u8-width new file mode 100644 index 0000000000..e00eb8d994 --- /dev/null +++ b/modules/uniwidth/u8-width @@ -0,0 +1,25 @@ +Description: +Determine display width of UTF-8 string. + +Files: +lib/uniwidth/u8-width.c + +Depends-on: +uniwidth/base +uniwidth/width +unistr/u8-mbtouc-unsafe + +configure.ac: + +Makefile.am: +lib_SOURCES += uniwidth/u8-width.c + +Include: +"uniwidth.h" + +License: +LGPL + +Maintainer: +Bruno Haible + -- cgit v1.2.1