From 9dd48ea3c05e2da29544b57b9ffc609d38014ff2 Mon Sep 17 00:00:00 2001 From: in2 Date: Wed, 25 Sep 2002 04:30:41 +0000 Subject: =?UTF-8?q?$content=20=3D~=20s/=EF=BF=BD=EF=BF=BD/=EF=BF=BD?= =?UTF-8?q?=EF=BF=BD/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@529 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/udnnews.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/udnnews.pl b/util/udnnews.pl index f75a50dd..4d37a26a 100644 --- a/util/udnnews.pl +++ b/util/udnnews.pl @@ -39,6 +39,7 @@ sub getudnnewscontent($) $content =~ s/\n\n\n/\n\n/g; $content =~ s/\n\n\n//g; $content =~ s/¢Ì/¤Q/g; + $content =~ s/¢Î/¤Ê/g; undef $ret; foreach( split(/\n/, $content) ){ s/ //g; -- cgit v1.2.3