Help for this page

Select Code to Download


  1. or download this
    foreach $unicode (keys %from) {
        if (defined($to{$unicode})) {
    ...
            }
        }
    }
    
  2. or download this
        tr [\200-\377]
           [\000-\177];             # delete 8th bit
    
  3. or download this
    foreach $unicode (keys %from) {
        if (defined($to{$unicode})) {
    ...
    
        }
    }