Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
Subject: Re: another joyride begins
p4raw-id: //depot/perl@1765
$file =~ s#^(I[sn]|To)([A-Z].*)#$1/$2#;
$list ||= eval { $caller->$type(); }
|| do "$file.pl"
- || do "unicode/$file.pl"
- || do "unicode/Is/${type}.pl"
- || croak("Can't find character property definition via $caller->$type or $file.pl");
+ || do "$encoding/$file.pl"
+ || do "$encoding/Is/${type}.pl"
+ || croak("Can't find $encoding character property definition via $caller->$type or $file.pl");
$| = 1;