Subject: | *_fast() should fall back to parent tag if no explicit entry |
xx_yy
xx_yy has notspecific entry, try xx
# no direction defined, fallback to parent's if it has a parent language (i.e. ll_tt)
my ( $ln, $tr ) = Cpanel::CPAN::Locales::split_tag($code);
if ( $ln ne $code ) {
$direction->{$code} = $lh->{'Locales.pm'}{'_main_'}-
Show quoted text
>get_character_orientation_from_code_fast($ln);
}