Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 21:24:22 JST
Index: slashjp/Slash/XML/XML.pm diff -u slashjp/Slash/XML/XML.pm:1.6 slashjp/Slash/XML/XML.pm:1.7 --- slashjp/Slash/XML/XML.pm:1.6 Wed Jul 12 20:41:42 2006 +++ slashjp/Slash/XML/XML.pm Wed Jul 12 21:24:22 2006 @@ -1,7 +1,7 @@ # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: XML.pm,v 1.6 2006/07/12 11:41:42 sugi Exp $ +# $Id: XML.pm,v 1.7 2006/07/12 12:24:22 sugi Exp $ package Slash::XML; @@ -26,6 +26,7 @@ use strict; use Apache::Constants ':http'; use Digest::MD5 'md5_hex'; +use Encode 'encode_utf8'; use Time::Local; use Slash; use Slash::Utility; @@ -33,7 +34,7 @@ use base 'Exporter'; use vars qw($VERSION @EXPORT); -($VERSION) = ' $Revision: 1.6 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.7 $ ' =~ /\$Revision:\s+([^\s]+)/; @EXPORT = qw(xmlDisplay); # FRY: There must be layers and layers of old stuff down there!