summaryrefslogtreecommitdiff
path: root/modules/uniwidth/u8-width
diff options
context:
space:
mode:
Diffstat (limited to 'modules/uniwidth/u8-width')
-rw-r--r--modules/uniwidth/u8-width25
1 files changed, 25 insertions, 0 deletions
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
+