diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-04 01:32:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-04 01:32:11 +0000 |
commit | 2796c109dc2c56e2241410992d78bd8e0cccd71f (patch) | |
tree | 6afcbd325dc2525c4681ef8e20e95afc8fcd49a4 /lib/unicode/In/38.pl | |
parent | ad9cab3708f3a6aff28b5c1ca3a390c013235283 (diff) | |
download | perl-2796c109dc2c56e2241410992d78bd8e0cccd71f.tar.gz |
Support preferentially the Unicode 'scripts' definition
in the \p{In...} notation since according to Unicode the
scripts concept is more natural for matching than using
the somewhat artificial block names. The block names are
still available, though, and if there's a name conflict,
the scripts one wins and the blocks one has to do with
'Block' appended to its name. For more information see
http://www.unicode.org/unicode/reports/tr24/
p4raw-id: //depot/perl@11132
Diffstat (limited to 'lib/unicode/In/38.pl')
-rw-r--r-- | lib/unicode/In/38.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/unicode/In/38.pl b/lib/unicode/In/38.pl index 74cd2c88e0..98b1f16ca6 100644 --- a/lib/unicode/In/38.pl +++ b/lib/unicode/In/38.pl @@ -2,5 +2,6 @@ # This file is built by mktables.PL from e.g. Unicode.txt. # Any changes made here will be lost! return <<'END'; -1F00 1FFF +10400 10425 +10428 1044D END |