summaryrefslogtreecommitdiff
path: root/modules/unistr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-09 14:10:35 +0000
committerBruno Haible <bruno@clisp.org>2007-01-09 14:10:35 +0000
commit3dabee6dde5553cfbb5f1e6344ece53997eb2885 (patch)
treee2f957f23489066037c122a6d1ba95deb89dccb7 /modules/unistr
parent14b73993bfb2f18459ee466c3aef0ec6767ece62 (diff)
downloadgnulib-3dabee6dde5553cfbb5f1e6344ece53997eb2885.tar.gz
New modules 'unistr/u8-uctomb', 'unistr/u16-uctomb', 'unistr/u32-uctomb'.
Diffstat (limited to 'modules/unistr')
-rw-r--r--modules/unistr/u16-uctomb24
-rw-r--r--modules/unistr/u32-uctomb24
-rw-r--r--modules/unistr/u8-uctomb24
3 files changed, 72 insertions, 0 deletions
diff --git a/modules/unistr/u16-uctomb b/modules/unistr/u16-uctomb
new file mode 100644
index 0000000000..e61b6eea72
--- /dev/null
+++ b/modules/unistr/u16-uctomb
@@ -0,0 +1,24 @@
+Description:
+Store a character in UTF-16 string.
+
+Files:
+lib/unistr/u16-uctomb.c
+
+Depends-on:
+unistr/base
+
+configure.ac:
+gl_MODULE_INDICATOR([unistr/u16-uctomb])
+
+Makefile.am:
+lib_SOURCES += unistr/u16-uctomb.c
+
+Include:
+"unistr.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+
diff --git a/modules/unistr/u32-uctomb b/modules/unistr/u32-uctomb
new file mode 100644
index 0000000000..c81cd36bd1
--- /dev/null
+++ b/modules/unistr/u32-uctomb
@@ -0,0 +1,24 @@
+Description:
+Store a character in UTF-32 string.
+
+Files:
+lib/unistr/u32-uctomb.c
+
+Depends-on:
+unistr/base
+
+configure.ac:
+gl_MODULE_INDICATOR([unistr/u32-uctomb])
+
+Makefile.am:
+lib_SOURCES += unistr/u32-uctomb.c
+
+Include:
+"unistr.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+
diff --git a/modules/unistr/u8-uctomb b/modules/unistr/u8-uctomb
new file mode 100644
index 0000000000..59f650eabe
--- /dev/null
+++ b/modules/unistr/u8-uctomb
@@ -0,0 +1,24 @@
+Description:
+Store a character in UTF-8 string.
+
+Files:
+lib/unistr/u8-uctomb.c
+
+Depends-on:
+unistr/base
+
+configure.ac:
+gl_MODULE_INDICATOR([unistr/u8-uctomb])
+
+Makefile.am:
+lib_SOURCES += unistr/u8-uctomb.c
+
+Include:
+"unistr.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+