From 09505b00a40de484380d34d9426f8b9efbb3bbde Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 27 Feb 2020 12:26:00 -0500 Subject: xmls, utf8 default, removed character translations --- lib/sisu/xml_shared.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sisu/xml_shared.rb') diff --git a/lib/sisu/xml_shared.rb b/lib/sisu/xml_shared.rb index 773043da..7d1aceb1 100644 --- a/lib/sisu/xml_shared.rb +++ b/lib/sisu/xml_shared.rb @@ -598,7 +598,6 @@ module SiSU_XML_Tags #Format content=if not content.nil? content=content.tr('"',"'"). gsub(/&/,'&') - content=SiSU_XML_Munge::Trans.new(@md).char_enc.utf8(content) else content end end -- cgit v1.2.3