Skip to content

Commit 2345fdb

Browse files
committed
mktables: Certain properties are not empty after all
During the development of supporting Unicode 16.0, I planned to not bother supporting these hieroglyphic specialist properties; but it turned out to not be much work, so I ended up supporting them, but forgot to remove this code which allowed them to be empty.
1 parent 8a7ffdd commit 2345fdb

File tree

6 files changed

+5
-14
lines changed

6 files changed

+5
-14
lines changed

β€Žcharclass_invlists.incβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456712,7 +456712,7 @@ static const U8 WB_dfa_table[] = {
456712456712
* 4be1c18e7b121d951018065b453bb05083f624c8f905ce8be7c0f354c9097c95 lib/unicore/extracted/DLineBreak.txt
456713456713
* 786833e0a3f5ec0c0cd0940e4c15f730f3a92163f354ecd7dede28a70c0fa892 lib/unicore/extracted/DNumType.txt
456714456714
* 00b43cc5c9b86a834f82389c4537f103e652821387daa556f0bd220f6c23007e lib/unicore/extracted/DNumValues.txt
456715-
* 927f970f471272a402927086bc5f013b831e5ed063c453511f1696c404d06415 lib/unicore/mktables
456715+
* b96c9bfd2f20e7016a9036f9a2d7978b3453217d8379bdcbf86253fb27cbec7a lib/unicore/mktables
456716456716
* 63f771c327e92574fbd77919586079c38f669058a5e6b67ccec385ef8fcde882 lib/unicore/version
456717456717
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
456718456718
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl

β€Žlib/unicore/mktablesβ€Ž

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -871,15 +871,6 @@ push @tables_that_may_be_empty, 'Grapheme_Cluster_Break=Prepend'
871871
push @tables_that_may_be_empty, 'Canonical_Combining_Class=CCC133'
872872
if $v_version ge v6.2.0;
873873

874-
# These properties of Egyptian hieroglyphs are not handled by Perl. Their
875-
# intended audience is only specialist Egyptologists
876-
push @tables_that_may_be_empty, qw(kEH_Cat kEH_Desc kEH_HG kEH_IFAO
877-
kEH_JSesh
878-
kEH_NoMirror kEH_NoMirror=Yes
879-
kEH_NoMirror=No
880-
kEH_NoRotate kEH_NoRotate=Yes)
881-
if $v_version ge v16.0.0;
882-
883874
# The lists below are hashes, so the key is the item in the list, and the
884875
# value is the reason why it is in the list. This makes generation of
885876
# documentation easier.

β€Žlib/unicore/uni_keywords.plβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žregcharclass.hβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žregexp_constants.hβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* 4be1c18e7b121d951018065b453bb05083f624c8f905ce8be7c0f354c9097c95 lib/unicore/extracted/DLineBreak.txt
8080
* 786833e0a3f5ec0c0cd0940e4c15f730f3a92163f354ecd7dede28a70c0fa892 lib/unicore/extracted/DNumType.txt
8181
* 00b43cc5c9b86a834f82389c4537f103e652821387daa556f0bd220f6c23007e lib/unicore/extracted/DNumValues.txt
82-
* 927f970f471272a402927086bc5f013b831e5ed063c453511f1696c404d06415 lib/unicore/mktables
82+
* b96c9bfd2f20e7016a9036f9a2d7978b3453217d8379bdcbf86253fb27cbec7a lib/unicore/mktables
8383
* 63f771c327e92574fbd77919586079c38f669058a5e6b67ccec385ef8fcde882 lib/unicore/version
8484
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
8585
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl

β€Žuni_keywords.hβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)