From dd4b795474e84546ffcf1b471acc3242239300ae Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 28 Jan 2007 02:10:29 +0000 Subject: [PATCH] Move to here from u16-mbtouc-safe. --- modules/unistr/u16-mbtouc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/unistr/u16-mbtouc diff --git a/modules/unistr/u16-mbtouc b/modules/unistr/u16-mbtouc new file mode 100644 index 0000000000..0b0f5f522a --- /dev/null +++ b/modules/unistr/u16-mbtouc @@ -0,0 +1,24 @@ +Description: +Look at first character in UTF-16 string. + +Files: +lib/unistr/u16-mbtouc.c + +Depends-on: +unistr/base + +configure.ac: +gl_MODULE_INDICATOR([unistr/u16-mbtouc]) + +Makefile.am: +lib_SOURCES += unistr/u16-mbtouc.c + +Include: +"unistr.h" + +License: +LGPL + +Maintainer: +Bruno Haible + -- 2.30.2