New module 'unictype/category-LC'.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Mar 2011 19:23:43 +0000 (20:23 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Mar 2011 19:28:27 +0000 (20:28 +0100)
commit6483be121e361537bccfee8ca766912f61c3df6c
treeed18127f783821f7925d35bb81fce68212017107
parentac165f4522adce39e471f2dc4b3fc812f8c8892f
New module 'unictype/category-LC'.

* lib/unictype.in.h (UC_CATEGORY_MASK_LC): New enumeration value.
(UC_CATEGORY_LC): New declaration.
(UC_CASED_LETTER): New macro.
* lib/gen-uni-tables.c (is_category_LC): New function.
(output_categories): Also handle category LC.
(UC_CATEGORY_MASK_LC): New enumeration value.
(general_category_byname): Also handle category LC.
* lib/unictype/categ_LC.c: New file.
* lib/unictype/categ_LC.h: New file, automatically generated.
* lib/unictype/categ_name.c (uc_general_category_name): Also handle
category LC.
* lib/unictype/categ_byname.c (uc_general_category_byname): Likewise.
* modules/unictype/category-LC: New file.
* modules/unictype/category-all (Depends-on): Add unictype/category-LC.
ChangeLog
lib/gen-uni-tables.c
lib/unictype.in.h
lib/unictype/categ_LC.c [new file with mode: 0644]
lib/unictype/categ_LC.h [new file with mode: 0644]
lib/unictype/categ_byname.c
lib/unictype/categ_name.c
modules/unictype/category-LC [new file with mode: 0644]
modules/unictype/category-all