diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-27 16:47:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-27 16:47:07 +0000 |
commit | e150c829b97ab41f324abbc8734f50bd5f4a4838 (patch) | |
tree | 7b4ade27daa3d2a557e391b2cc266dea063ccbc2 /lib/unicore/mktables | |
parent | 5efd70605bdbcb21bc9d02baed8f81a7732a7464 (diff) | |
download | perl-e150c829b97ab41f324abbc8734f50bd5f4a4838.tar.gz |
Unicode: property alias naming cleanup.
p4raw-id: //depot/perl@12707
Diffstat (limited to 'lib/unicore/mktables')
-rw-r--r-- | lib/unicore/mktables | 58 |
1 files changed, 26 insertions, 32 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 66027a5492..676e189527 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -658,54 +658,48 @@ foreach my $in (sort { $In{$a} <=> $In{$b} } keys %In) { my %Is = ( 'Letter' => 'L', - 'Uppercase Letter' => 'Lu', - 'Lowercase Letter' => 'Ll', - 'Titlecase Letter' => 'Lt', - 'Modifier Letter' => 'Lm', - 'Other Letter' => 'Lo', + 'Uppercase_Letter' => 'Lu', + 'Lowercase_Letter' => 'Ll', + 'Titlecase_Letter' => 'Lt', + 'Modifier_Letter' => 'Lm', + 'Other_Letter' => 'Lo', 'Mark' => 'M', - 'Non-Spacing Mark' => 'Mn', - 'Spacing Combining Mark' => 'Mc', - 'Enclosing Mark' => 'Me', + 'Non_Spacing_Mark' => 'Mn', + 'Spacing_Mark' => 'Mc', + 'Enclosing_Mark' => 'Me', 'Separator' => 'Z', - 'Space Separator' => 'Zs', - 'Line Separator' => 'Zl', - 'Paragraph Separator' => 'Zp', + 'Space_Separator' => 'Zs', + 'Line_Separator' => 'Zl', + 'Paragraph_Separator' => 'Zp', 'Number' => 'N', - 'Decimal Digit Number' => 'Nd', - 'Letter Number' => 'Nl', - 'Other Number' => 'No', + 'Decimal_Number' => 'Nd', + 'Letter_Number' => 'Nl', + 'Other_Number' => 'No', 'Punctuation' => 'P', - 'Connector Punctuation' => 'Pc', - 'Dash Punctuation' => 'Pd', - 'Open Punctuation' => 'Ps', - 'Close Punctuation' => 'Pe', - 'Initial Punctuation' => 'Pi', - 'Final Punctuation' => 'Pf', - 'Other Punctuation' => 'Po', + 'Connector_Punctuation' => 'Pc', + 'Dash_Punctuation' => 'Pd', + 'Open_Punctuation' => 'Ps', + 'Close_Punctuation' => 'Pe', + 'Initial_Punctuation' => 'Pi', + 'Final_Punctuation' => 'Pf', + 'Other_Punctuation' => 'Po', 'Symbol' => 'S', - 'Math Symbol' => 'Sm', - 'Currency Symbol' => 'Sc', - 'Modifier Symbol' => 'Sk', - 'Other Symbol' => 'So', + 'Math_Symbol' => 'Sm', + 'Currency_Symbol' => 'Sc', + 'Modifier_Symbol' => 'Sk', + 'Other_Symbol' => 'So', 'Other' => 'C', 'Control' => 'Cc', 'Format' => 'Cf', 'Surrogate' => 'Cs', 'Private Use' => 'Co', - 'Not Assigned' => 'Cn', - # 'Other' aliases - 'Other Control' => 'Cc', - 'Other Format' => 'Cf', - 'Other Surrogate' => 'Cs', - 'Other Private Use' => 'Co', - 'Other Not Assigned' => 'Cn', + 'Unassigned' => 'Cn', ); # |