[interchange-cvs] interchange - heins modified lib/Vend/Util.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Apr 30 03:50:21 UTC 2009


User:      heins
Date:      2009-04-30 03:50:21 GMT
Modified:  lib/Vend Util.pm
Log:
* Add one more fix to resolve namespace issues on UTF8.

Revision  Changes    Path
2.126                interchange/lib/Vend/Util.pm


rev 2.126, prev_rev 2.125
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.125
retrieving revision 2.126
diff -u -r2.125 -r2.126
--- Util.pm	28 Apr 2009 14:11:39 -0000	2.125
+++ Util.pm	30 Apr 2009 03:50:21 -0000	2.126
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.125 2009-04-28 14:11:39 mheins Exp $
+# $Id: Util.pm,v 2.126 2009-04-30 03:50:21 mheins Exp $
 # 
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 
 unless( $ENV{MINIVEND_DISABLE_UTF8} ) {
 	require Encode;
-	import Encode qw( is_utf8 );
+	import Encode qw( is_utf8 encode_utf8 );
 }
 
 @ISA = qw(Exporter);
@@ -96,7 +96,7 @@
 use Vend::File;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.125 $, 10);
+$VERSION = substr(q$Revision: 2.126 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;







More information about the interchange-cvs mailing list