Message-Id: <
200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
p4raw-id: //depot/perl@13710
}
}
}
-
+
unless (defined $file) {
defined %utf8::In || do "unicore/In.pl";
$type = 'Lampersand' if $type =~ /^(?:Is)?L&$/;
$type = 'Assigned' if $type =~ /^(?:Is)?Assigned$/i;
$type = 'Unassigned' if $type =~ /^(?:Is)?Unassigned$/i;
if ($type =~ /^(In|(?:Script|Block)\s*=\s*)?[- _]?(?!herited$)(.+)/i) {
- my $incat = $1;
+ my $incat = $1 || '';
my $intype = $2;
print "incat = $incat, intype = $intype\n" if DEBUG;
if (exists $utf8::In{$intype}) {