diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-01 02:02:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-01 02:02:08 +0000 |
commit | 4193bef7c285e086ba2845c76259534be73b65fa (patch) | |
tree | f762c513beaf6c4aa64ff14bd2e5c242ce0dd8b3 /lib | |
parent | 93e59c9bee9efc338fe8dcf2f9ff64b65373a4d7 (diff) | |
download | perl-4193bef7c285e086ba2845c76259534be73b65fa.tar.gz |
Further tweaks to the Unicode properties.
p4raw-id: //depot/perl@12286
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utf8_heavy.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 3e145deb09..025a70bd12 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -53,6 +53,7 @@ sub SWASHNEW { { $list ||= do "$file.pl" + || do "unicore/Is/$type.pl" || croak("Can't find Unicode character property \"$type\""); } |