rev 10903 - people/modax/copyright-helper/trunk

Modestas Vainius modax-guest at alioth.debian.org
Mon Jun 9 10:58:25 UTC 2008


Author: modax-guest
Date: 2008-06-09 10:58:25 +0000 (Mon, 09 Jun 2008)
New Revision: 10903

Modified:
   people/modax/copyright-helper/trunk/copyright-helper.pl
Log:
this pragma should work better

Modified: people/modax/copyright-helper/trunk/copyright-helper.pl
===================================================================
--- people/modax/copyright-helper/trunk/copyright-helper.pl	2008-06-09 10:54:03 UTC (rev 10902)
+++ people/modax/copyright-helper/trunk/copyright-helper.pl	2008-06-09 10:58:25 UTC (rev 10903)
@@ -28,7 +28,7 @@
 # Proper utf8 support
 use open ":encoding(utf8)";
 binmode STDOUT, ":utf8";
-use utf8;
+use encoding "utf8";
 
 my $max_header = 70;
 my $opt_show_headers = 1;




More information about the pkg-kde-commits mailing list