Searched refs:latin (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm101 # Allow latin-1 style names as well
162 define_alias( qr/\b(?:iso[-_]?)?latin[-_]?(\d+)$/i
165 define_alias( qr/\bwin(latin[12]|cyrillic|baltic|greek|turkish|
169 # Common names for non-latin prefered MIME names
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl645 latin => 'Latin',
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpat.t1285 my($latin) = /^(.+)(?:\s+\d)/;
1286 print $latin eq "stra\337e" ? "ok $test\n" : # 248,249
1287 "#latin[$latin]\nnot ok $test\n";
1289 $latin =~ s/stra\337e/straße/; # \303\237 after the 2nd a
1291 $latin =~ s!(s)tr(?:aß|s+e)!$1tr.!; # \303\237 after the a
2157 print "not " unless "\x80" =~ /\p{latin-1 supplement}/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6791 (and nonsense for characters outside latin range)
H A DCGI.pm2360 my $latin = defined $self->{'.charset'} ? $self->{'.charset'} =~ /^(ISO-8859-1|WINDOWS-1252)$/i
2369 /^#(\d+)$/ && $latin ? chr($1) :
2370 /^#x([0-9a-f]+)$/i && $latin ? chr(hex($1)) :

Completed in 72 milliseconds