New Unicode character properties, from Unicode 5.2.0.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Jan 2011 10:33:55 +0000 (11:33 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Jan 2011 10:35:45 +0000 (11:35 +0100)
commit4c2f21ef4cf49513a19f8ffe4a37b624b74be561
treeafb7c400a5d8d2774d6dc4cd8d5503d0c9008d66
parent208ed852acaa4e74b0af98980c4cb4e7cc195e5f
New Unicode character properties, from Unicode 5.2.0.

* lib/unictype.in.h (UC_PROPERTY_CASED, UC_PROPERTY_CASE_IGNORABLE,
UC_PROPERTY_CHANGES_WHEN_LOWERCASED,
UC_PROPERTY_CHANGES_WHEN_UPPERCASED,
UC_PROPERTY_CHANGES_WHEN_TITLECASED,
UC_PROPERTY_CHANGES_WHEN_CASEFOLDED,
UC_PROPERTY_CHANGES_WHEN_CASEMAPPED,
uc_is_property_cased, uc_is_property_case_ignorable,
uc_is_property_changes_when_lowercased,
uc_is_property_changes_when_uppercased,
uc_is_property_changes_when_titlecased,
uc_is_property_changes_when_casefolded,
uc_is_property_changes_when_casemapped): New declarations.
* lib/unictype/pr_byname.gperf: Add the new properties.
* modules/unictype/property-byname (Depends-on): Depend on the new
properties modules.
* modules/unictype/property-all (Depends-on): Likewise.
* MODULES.html.sh (Unicode string functions): Add
unictype/property-case-ignorable, unictype/property-cased,
unictype/property-changes-when-casefolded,
unictype/property-changes-when-casemapped,
unictype/property-changes-when-lowercased,
unictype/property-changes-when-titlecased,
unictype/property-changes-when-uppercased.
ChangeLog
MODULES.html.sh
lib/unictype.in.h
lib/unictype/pr_byname.gperf
modules/unictype/property-all
modules/unictype/property-byname