r27806 - in /scripts/KGB: debian/changelog server/KGB

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Dec 6 13:01:58 UTC 2008


Author: dmn
Date: Sat Dec  6 13:01:55 2008
New Revision: 27806

URL: http://svn.debian.org/wsvn/?sc=1&rev=27806
Log:
make all IO handles use utf8 encoding

Modified:
    scripts/KGB/debian/changelog
    scripts/KGB/server/KGB

Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=27806&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Sat Dec  6 13:01:55 2008
@@ -5,6 +5,7 @@
   * make dependency on libpoe-component-irc-perl versioned >= 5.56, in which
     NickServID plugin is first mentioned
   * add support for a list of answers
+  * make all IO handles use utf8 encoding
 
   [ Martín Ferrari ]
   * server/KGB: move configuration reading and verification to a subroutine,

Modified: scripts/KGB/server/KGB
URL: http://svn.debian.org/wsvn/scripts/KGB/server/KGB?rev=27806&op=diff
==============================================================================
--- scripts/KGB/server/KGB (original)
+++ scripts/KGB/server/KGB Sat Dec  6 13:01:55 2008
@@ -43,6 +43,8 @@
 
 use strict;
 use warnings;
+use encoding 'utf8';
+use open ':encoding(utf8)';
 
 use Cwd;
 




More information about the Pkg-perl-cvs-commits mailing list