Searched refs:non_ascii (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheckpodencoding.pl35 my ($in_pod, $has_encoding, @non_ascii);
49 push @non_ascii => {
62 if (@non_ascii and not $has_encoding) {
65 for (@non_ascii) {
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.t836 my $non_ascii = native_to_uni($names) =~ tr/\0-\177//c;
837 ok(! $non_ascii, "Verify all official names are ASCII-only");

Completed in 141 milliseconds