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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jul 5 06:01:25 EDT 2007


User:      racke
Date:      2007-07-05 10:01:25 GMT
Modified:  lib/Vend Util.pm
Log:
stop mangling of UTF-8 characters (#58)

Revision  Changes    Path
2.105     +4 -4      interchange/lib/Vend/Util.pm


rev 2.105, prev_rev 2.104
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.104
retrieving revision 2.105
diff -u -r2.104 -r2.105
--- Util.pm	12 Jun 2007 16:27:33 -0000	2.104
+++ Util.pm	5 Jul 2007 10:01:25 -0000	2.105
@@ -1,8 +1,8 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.104 2007/06/12 16:27:33 mheins Exp $
+# $Id: Util.pm,v 2.105 2007/07/05 10:01:25 racke Exp $
 # 
-# Copyright (C) 2002-2005 Interchange Development Group
+# Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
@@ -88,7 +88,7 @@
 use Vend::File;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.104 $, 10);
+$VERSION = substr(q$Revision: 2.105 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -115,7 +115,7 @@
 	;
 
 ## This is a character class for HTML::Entities
-$ESCAPE_CHARS::std = "^\n\t !\#\$%\'-;=?-Z\\\]-~";
+$ESCAPE_CHARS::std = q{^\n\t\X !\#\$%\'-;=?-Z\\\]-~};
 
 ## Some standard error templates
 








More information about the interchange-cvs mailing list