summaryrefslogtreecommitdiff
path: root/lib/utf8_heavy.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-01 02:02:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-01 02:02:08 +0000
commit4193bef7c285e086ba2845c76259534be73b65fa (patch)
treef762c513beaf6c4aa64ff14bd2e5c242ce0dd8b3 /lib/utf8_heavy.pl
parent93e59c9bee9efc338fe8dcf2f9ff64b65373a4d7 (diff)
downloadperl-4193bef7c285e086ba2845c76259534be73b65fa.tar.gz
Further tweaks to the Unicode properties.
p4raw-id: //depot/perl@12286
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r--lib/utf8_heavy.pl1
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\"");
}