]> Savannah Git Hosting - gnulib.git/commit
Implement a new property, added by Unicode 16.0.0.
authorBruno Haible <bruno@clisp.org>
Fri, 13 Sep 2024 13:25:05 +0000 (15:25 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 13 Sep 2024 13:30:08 +0000 (15:30 +0200)
commit8fc1946792c94ba7bf206a4bd53aa08ae9f57f2e
tree664ecedcc33a594ce077ea4433997729bb66c088
parent02a0e123b2dc0265a8295be9711765afed4693ea
Implement a new property, added by Unicode 16.0.0.

* lib/gen-uni-tables.c (is_property_modifier_combining_mark): New
function.
(output_properties): Output also the property modifier_combining_mark.
* lib/unictype.in.h (UC_PROPERTY_MODIFIER_COMBINING_MARK,
uc_is_property_modifier_combining_mark): New declarations.
* m4/unictype_h.m4 (gl_UNICTYPE_H_REQUIRE_DEFAULTS): Initialize
GNULIB_UNICTYPE_PROPERTY_MODIFIER_COMBINING_MARK.
* modules/unictype/base (Makefile.am): Substitute
GNULIB_UNICTYPE_PROPERTY_MODIFIER_COMBINING_MARK.
* lib/unictype/pr_modifier_combining_mark.c: New file.
* lib/unictype/pr_modifier_combining_mark.h: New generated file.
* modules/unictype/property-modifier-combining-mark: New file.
* tests/unictype/test-pr_modifier_combining_mark.c: New generated file.
* modules/unictype/property-modifier-combining-mark-tests: New file.
* lib/unictype/pr_byname.gperf: Add modifier_combining_mark.
* lib/unictype/pr_byname.c
(UC_PROPERTY_INDEX_MODIFIER_COMBINING_MARK): New enum item.
(uc_property_byname): Handle it.
* modules/unictype/property-byname (Depends-on): Add
unictype/property-modifier-combining-mark.
* modules/unictype/property-all (Depends-on): Likewise.
* MODULES.html.sh (func_all_modules): Add
unictype/property-modifier-combining-mark.
15 files changed:
ChangeLog
MODULES.html.sh
lib/gen-uni-tables.c
lib/unictype.in.h
lib/unictype/pr_byname.c
lib/unictype/pr_byname.gperf
lib/unictype/pr_modifier_combining_mark.c [new file with mode: 0644]
lib/unictype/pr_modifier_combining_mark.h [new file with mode: 0644]
m4/unictype_h.m4
modules/unictype/base
modules/unictype/property-all
modules/unictype/property-byname
modules/unictype/property-modifier-combining-mark [new file with mode: 0644]
modules/unictype/property-modifier-combining-mark-tests [new file with mode: 0644]
tests/unictype/test-pr_modifier_combining_mark.c [new file with mode: 0644]