summaryrefslogtreecommitdiff
path: root/gnulib/modules/uniwidth/width
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/uniwidth/width')
m---------gnulib0
-rw-r--r--gnulib/modules/uniwidth/width28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/uniwidth/width b/gnulib/modules/uniwidth/width
new file mode 100644
index 0000000..1901557
--- /dev/null
+++ b/gnulib/modules/uniwidth/width
@@ -0,0 +1,28 @@
+Description:
+Determine display width of Unicode character.
+
+Files:
+lib/uniwidth/width.c
+lib/uniwidth/cjk.h
+
+Depends-on:
+uniwidth/base
+streq
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [uniwidth/width])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH
+lib_SOURCES += uniwidth/width.c
+endif
+
+Include:
+"uniwidth.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+