eprints-dev: /home/dpavlin/mtoolkit/utf8-fix.pl [commit]
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Oct 2010 16:32:42 +0000 (18:32 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Oct 2010 16:32:42 +0000 (18:32 +0200)
mtoolkit/utf8-fix.pl

index b818870..6873576 100755 (executable)
@@ -55,6 +55,7 @@ s/$junk\xC2\x80\xC2\xA0/Ć/gs && $stat->{'C'}++;
 s/$junk\xC3\x82\xC2\xBD/Ž/gs && $stat->{'Z'}++;
 s/$junk\xC3\x82\xC2\xA0/Š/gs && $stat->{'S'}++;
 s/$junk\xC3\x82\xC2\xA6/Š/gs && $stat->{'S C2A6'}++;
+s/\xC3\x85\xC2\xA0/Š/gs && $stat->{'S C385C2A0'}++;
 
 s/$junk\xC2\xAB/"/gs && $stat->{'" open'}++;
 s/$junk\xC2\xBB/"/gs && $stat->{'" close'}++;