From a799680e910c90962cf6825e12d271efe48917c8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 28 Jan 2007 01:59:08 +0000 Subject: [PATCH] Move to here from utf16-ucs4. --- modules/utf16-ucs4-unsafe | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modules/utf16-ucs4-unsafe diff --git a/modules/utf16-ucs4-unsafe b/modules/utf16-ucs4-unsafe new file mode 100644 index 0000000000..dd6f1f3126 --- /dev/null +++ b/modules/utf16-ucs4-unsafe @@ -0,0 +1,26 @@ +Description: +Conversion UTF-16 to UCS-4. + +Files: +lib/utf16-ucs4-unsafe.h +lib/unistr/utf16-ucs4-unsafe.c +m4/utf-ucs4.m4 + +Depends-on: +unitypes + +configure.ac: +gl_UTF_UCS4 + +Makefile.am: +lib_SOURCES += utf16-ucs4-unsafe.h unistr/utf16-ucs4-unsafe.c + +Include: +"utf16-ucs4-unsafe.h" + +License: +LGPL + +Maintainer: +Bruno Haible + -- 2.30.2