changeset 14487:e347d7659a41

New module 'unictype/combining-class-all'. * modules/unictype/combining-class-all: New file.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Mar 2011 02:44:57 +0100
parents eb8e087bf9d8
children 429158d0d1c1
files ChangeLog modules/unictype/combining-class-all
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-03-25  Bruno Haible  <bruno@clisp.org>
 
+	New module 'unictype/combining-class-all'.
+	* modules/unictype/combining-class-all: New file.
+
 	Tests for module 'unictype/combining-class-byname'.
 	* modules/unictype/combining-class-byname-tests: New file.
 	* tests/unictype/test-combiningclass_byname.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/unictype/combining-class-all
@@ -0,0 +1,24 @@
+Description:
+Complete API for Unicode character canonical combining classes.
+
+Files:
+
+Depends-on:
+unictype/base
+unictype/combining-class
+unictype/combining-class-byname
+unictype/combining-class-longname
+unictype/combining-class-name
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible