From 5b595f51c316845ebebd32692f774a36fcd9f825 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 27 Jan 2007 18:53:54 +0000 Subject: [PATCH] Move to here from u8-mbtouc. --- modules/unistr/u8-mbtouc-unsafe | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/unistr/u8-mbtouc-unsafe diff --git a/modules/unistr/u8-mbtouc-unsafe b/modules/unistr/u8-mbtouc-unsafe new file mode 100644 index 0000000000..0d4b60809a --- /dev/null +++ b/modules/unistr/u8-mbtouc-unsafe @@ -0,0 +1,24 @@ +Description: +Look at first character in UTF-8 string. + +Files: +lib/unistr/u8-mbtouc-unsafe.c + +Depends-on: +unistr/base + +configure.ac: +gl_MODULE_INDICATOR([unistr/u8-mbtouc-unsafe]) + +Makefile.am: +lib_SOURCES += unistr/u8-mbtouc-unsafe.c + +Include: +"unistr.h" + +License: +LGPL + +Maintainer: +Bruno Haible + -- 2.30.2