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

version 1.7, 2013/09/25 13:22:42 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.7  
changed lines
  Added in v.1.8


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