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