X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fcombining-class;h=e88c4ae162c376aa765affd52e294673bc3f9b2c;hb=5c508f686b9a0f986ac5d941d7be237ec047aedb;hp=faddf7b4941bd013c86b6c2c0af4605745693c26;hpb=74d509383fe30bb5511a978b52e4f8ecae37826b;p=gnulib.git diff --git a/modules/unictype/combining-class b/modules/unictype/combining-class index faddf7b49..e88c4ae16 100644 --- a/modules/unictype/combining-class +++ b/modules/unictype/combining-class @@ -1,26 +1,26 @@ Description: -Determine combining class of a Unicode character. +Determine canonical combining class of a Unicode character. Files: -lib/unictype/combining.c -lib/unictype/combining.h +lib/unictype/combiningclass.c +lib/unictype/combiningclass.h Depends-on: unictype/base configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [unictype/combining-class]) +gl_LIBUNISTRING_MODULE([0.9.4], [unictype/combining-class]) Makefile.am: if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS -lib_SOURCES += unictype/combining.c +lib_SOURCES += unictype/combiningclass.c endif Include: "unictype.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible