Skip to content

Commit 2e778df

Browse files
committed
mktables: White-space, comment only
Add comments, and rewrap comment lines to fit 80 columns
1 parent 326b81e commit 2e778df

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

charclass_invlists.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436055,7 +436055,7 @@ static const U8 WB_table[23][23] = {
436055436055
* 3f4f32ed2a577344a508114527e721d7a8b633d32f38945d47fe0c743650c585 lib/unicore/extracted/DLineBreak.txt
436056436056
* 710abf2d581ac9c57f244c0834f9d9969d9781e0396adccd330eaae658ac7d6b lib/unicore/extracted/DNumType.txt
436057436057
* 6bd30f385f3baf3ab5d5308c111a81de87bea5f494ba0ba69e8ab45263b8c34d lib/unicore/extracted/DNumValues.txt
436058-
* 8968a5ee00063fa31ff15474b95ccb6b9c228e3ebad6c20bc77f4225187e2023 lib/unicore/mktables
436058+
* c261eebd8c457d06f3eaf523128819562ebf48dd277dc76b55b3c2956f5e99e8 lib/unicore/mktables
436059436059
* 55d90fdc3f902e5c0b16b3378f9eaa36e970a1c09723c33de7d47d0370044012 lib/unicore/version
436060436060
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
436061436061
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl

lib/unicore/mktables

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9986,7 +9986,6 @@ sub process_PropertyAliases($file) {
99869986
for my $i (2 .. @data - 1) {
99879987
$this->add_alias($data[$i]);
99889988
}
9989-
99909989
}
99919990

99929991
my $scf = property_ref("Simple_Case_Folding");
@@ -15179,11 +15178,11 @@ END
1517915178

1518015179
# Perl tailors the WordBreak property so that \b{wb} doesn't split
1518115180
# adjacent spaces into separate words. Unicode 11.0 moved in that
15182-
# direction, but left TAB, FIGURE SPACE (U+2007), and (ironically) NO
15183-
# BREAK SPACE as breaking, so we retained the original Perl customization.
15184-
# To do this, in the Perl copy of WB, simply replace the mappings of
15185-
# horizontal space characters that otherwise would map to the default or
15186-
# the 11.0 'WSegSpace' to instead map to our tailoring.
15181+
# direction, but left TAB, FIGURE SPACE (U+2007), and (ironically)
15182+
# NO_BREAK SPACE as breaking, so we retained the original Perl
15183+
# customization. To do this, in the Perl copy of WB, simply replace the
15184+
# mappings of horizontal space characters that otherwise would map to the
15185+
# default or the 11.0 'WSegSpace' to instead map to our tailoring.
1518715186
my $perl_wb = property_ref('_Perl_WB');
1518815187
my $default = $perl_wb->default_map;
1518915188
for my $range ($Blank->ranges) {
@@ -19779,12 +19778,18 @@ my @input_file_objects = (
1977919778
Input_file->new('IdStatus.txt', v13.0.0,
1978019779
Pre_Handler => \&setup_IdStatus,
1978119780
Property => 'Identifier_Status',
19781+
19782+
# Part of UTS 39, so must be downloaded separately from
19783+
# unicode.org
1978219784
UCD => 0,
1978319785
),
1978419786
Input_file->new('IdType.txt', v13.0.0,
1978519787
Pre_Handler => \&setup_IdType,
1978619788
Each_Line_Handler => \&filter_IdType_line,
1978719789
Property => 'Identifier_Type',
19790+
19791+
# Part of UTS 39, so must be downloaded separately from
19792+
# unicode.org
1978819793
UCD => 0,
1978919794
),
1979019795
Input_file->new('confusables.txt', v15.0.0,

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
@@ -78,7 +78,7 @@
7878
* 3f4f32ed2a577344a508114527e721d7a8b633d32f38945d47fe0c743650c585 lib/unicore/extracted/DLineBreak.txt
7979
* 710abf2d581ac9c57f244c0834f9d9969d9781e0396adccd330eaae658ac7d6b lib/unicore/extracted/DNumType.txt
8080
* 6bd30f385f3baf3ab5d5308c111a81de87bea5f494ba0ba69e8ab45263b8c34d lib/unicore/extracted/DNumValues.txt
81-
* 8968a5ee00063fa31ff15474b95ccb6b9c228e3ebad6c20bc77f4225187e2023 lib/unicore/mktables
81+
* c261eebd8c457d06f3eaf523128819562ebf48dd277dc76b55b3c2956f5e99e8 lib/unicore/mktables
8282
* 55d90fdc3f902e5c0b16b3378f9eaa36e970a1c09723c33de7d47d0370044012 lib/unicore/version
8383
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
8484
* 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)