diff options
Diffstat (limited to 'util/udnnews.pl')
-rw-r--r-- | util/udnnews.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |