From 1cb79657d712a3cad598639f5266be151c615099 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 01:03:10 +0100 Subject: New module 'unictype/combining-class-longname'. * lib/unictype.in.h (uc_combining_class_long_name): New declaration. * lib/unictype/combiningclass_longname.c: New file. * modules/unictype/combining-class-longname: New file. --- modules/unictype/combining-class-longname | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 modules/unictype/combining-class-longname (limited to 'modules/unictype') diff --git a/modules/unictype/combining-class-longname b/modules/unictype/combining-class-longname new file mode 100644 index 0000000000..5f76eba5d5 --- /dev/null +++ b/modules/unictype/combining-class-longname @@ -0,0 +1,25 @@ +Description: +Name of Unicode character canonical combining class. + +Files: +lib/unictype/combiningclass_longname.c + +Depends-on: +unictype/base + +configure.ac: +gl_LIBUNISTRING_MODULE([0.9.4], [unictype/combining-class-longname]) + +Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_LONGNAME +lib_SOURCES += unictype/combiningclass_longname.c +endif + +Include: +"unictype.h" + +License: +LGPL + +Maintainer: +Bruno Haible -- cgit v1.2.1