summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-01-09 11:33:55 +0100
committerBruno Haible <bruno@clisp.org>2011-01-09 11:35:45 +0100
commit4c2f21ef4cf49513a19f8ffe4a37b624b74be561 (patch)
treeafb7c400a5d8d2774d6dc4cd8d5503d0c9008d66 /MODULES.html.sh
parent208ed852acaa4e74b0af98980c4cb4e7cc195e5f (diff)
downloadgnulib-4c2f21ef4cf49513a19f8ffe4a37b624b74be561.tar.gz
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.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index e49ccef294..c4d92b12e9 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3132,6 +3132,13 @@ func_all_modules ()
func_module unictype/property-bidi-segment-separator
func_module unictype/property-bidi-whitespace
func_module unictype/property-byname
+ func_module unictype/property-case-ignorable
+ func_module unictype/property-cased
+ func_module unictype/property-changes-when-casefolded
+ func_module unictype/property-changes-when-casemapped
+ func_module unictype/property-changes-when-lowercased
+ func_module unictype/property-changes-when-titlecased
+ func_module unictype/property-changes-when-uppercased
func_module unictype/property-combining
func_module unictype/property-composite
func_module unictype/property-currency-symbol