Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print join "\n", map { encode( 'iso8859-1', $_ ) } @words;
        print "\n";
    }
    
  2. or download this
     latin1-tokenizer < latin1.txt > latin1.tkns
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        print "\n";
    }
    # run it like this: tokenizer latin1.txt > latin1.tkns