p7zip: assorted fixes
[oi-userland.git] / components / openindiana / ca-certificates / files / list-nonasii.pl
blob3f5ed2e094c4f70c5874936335973c67624b9697
1 #!/usr/bin/perl
2 #
3 # Script to list line with characters that are not in the ASCII class
4 #
6 while (<>) {
7 if (/[[:^ascii:]]/) {
8 print;