Diff for /loncom/localize/localize/checksimilar_2files.pl between versions 1.6 and 1.8

version 1.6, 2013/01/24 13:52:21 version 1.8, 2013/12/20 14:27:54
Line 36  sub read { Line 36  sub read {
   
 sub similar_chars {  sub similar_chars {
     my $text = shift;      my $text = shift;
       $text =~ s/<\/*\w+ *\/*>//g; # HTML tags
     $text =~ s/\[_\d\]//g; # translation parameters      $text =~ s/\[_\d\]//g; # translation parameters
     $text =~ s/[.,\_\-?!: \/]//g; # punctuation      $text =~ s/[.,\_\-?!: \/\(\)]//g; # punctuation
     return $text;      return $text;
 }  }
   

Removed from v.1.6  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>