www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/source/planetrss planetrss.pl


From: Pavel Kharitonov
Subject: www/server/source/planetrss planetrss.pl
Date: Thu, 23 Jan 2014 06:38:25 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       14/01/23 06:38:24

Modified files:
        server/source/planetrss: planetrss.pl 

Log message:
        Specify encoding.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/planetrss/planetrss.pl?cvsroot=www&r1=1.19&r2=1.20

Patches:
Index: planetrss.pl
===================================================================
RCS file: /web/www/www/server/source/planetrss/planetrss.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- planetrss.pl        13 Jan 2014 06:21:47 -0000      1.19
+++ planetrss.pl        23 Jan 2014 06:38:22 -0000      1.20
@@ -1,7 +1,7 @@
 # PlanetRSS: fetch feeds from planetgnu.org and output them as HTML.
 #
 # Copyright © 2011 Shailesh Ghadge
-# Copyright © 2013 Free Software Foundation, Inc.
+# Copyright © 2013, 2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,6 +20,8 @@
 
 use strict;
 
+use encoding "utf-8";
+
 # Provides simple pure perl RSS parsing.
 use XML::RSS::Parser::Lite;
 
@@ -29,7 +31,7 @@
 # Provides argument handling.
 use Getopt::Long;
 
-my $Version = "1.6";
+my $Version = "1.7";
 my $default_lines = 3;
 my $default_length = 200;
 my $head = "<!-- Autogenerated by planetrss.pl ".$Version." -->\n";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]