diff options
author | Karl Williamson <khw@cpan.org> | 2017-11-28 17:44:02 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-29 12:11:51 -0700 |
commit | 8c20b11d5137b21b9b47609f4e97e1d5c3d355f1 (patch) | |
tree | 7b517bee3e5e5f30108660ae7b1cccd1aad61713 /regcharclass.h | |
parent | 9cfa7410526b2e7b3ea7f31a338c74ab86906ac6 (diff) | |
download | perl-8c20b11d5137b21b9b47609f4e97e1d5c3d355f1.tar.gz |
perluniprops: Improve sorting
Unicode has some property values that should be sorted numerically, but
have prefixes that make them not currently appear to be numbers. For
example, CCC101 and V10_5. This commit changes so they are sorted by
their numeric parts.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index a03eacc71f..9ca56f3306 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -1898,7 +1898,7 @@ * be0f129691d479aa38646e4ca0ec1ee576ae7f75b0300a5624a7fa862fa8abba lib/unicore/extracted/DLineBreak.txt * 92449d354d9f6b6f2f97a292ebb59f6344ffdeb83d120d7d23e569c43ba67cd5 lib/unicore/extracted/DNumType.txt * e3a319527153b0c6c0c549b40fc6f3a01a7a0dcd6620784391db25901df3b154 lib/unicore/extracted/DNumValues.txt - * c145400bb109fc28371c48e1fcde2e55d44c35ac561b38613cfd7ed235ceead3 lib/unicore/mktables + * 7e82d9210fb1c8ffadda5a3a04912fc34a165bfe98ac80c1669c1e67c3de044a lib/unicore/mktables * 21653d2744fdd071f9ef138c805393901bb9547cf3e777ebf50215a191f986ea lib/unicore/version * 913d2f93f3cb6cdf1664db888bf840bc4eb074eef824e082fceda24a9445e60c regen/charset_translations.pl * 9ea6338945a7d70e5ea4b31ac7856c0b521df96be002e94b4b3b7d31debbf3ab regen/regcharclass.pl |