From bbb0d2b09ae0bcf9eede55e1e0fec9fff97a7e87 Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 6 Sep 2002 03:07:29 +0000 Subject: =?UTF-8?q?s/=EF=BF=BD=EF=BF=BD/=EF=BF=BDQ/g;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@512 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/udnnews.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'util/udnnews.pl') diff --git a/util/udnnews.pl b/util/udnnews.pl index d953c388..66ddc094 100644 --- a/util/udnnews.pl +++ b/util/udnnews.pl @@ -38,6 +38,7 @@ sub getudnnewscontent($) $content =~ s/\r//g; $content =~ s/\n\n\n/\n\n/g; $content =~ s/\n\n\n//g; + $content =~ s/¢Ì/¤Q/g; undef $ret; foreach( split(/\n/, $content) ){ s/ //g; -- cgit v1.2.3