diff options
Diffstat (limited to 'modules/unistr/u16-uctomb')
-rw-r--r-- | modules/unistr/u16-uctomb | 24 |
1 files changed, 24 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 + |