aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/xml_shared.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2020-02-27 12:26:00 -0500
committerRalph Amissah <ralph@amissah.com>2020-02-27 12:31:01 -0500
commit09505b00a40de484380d34d9426f8b9efbb3bbde (patch)
treedc0fcb3d7e40dd6b7595fe7bfa2d78a3345376d7 /lib/sisu/xml_shared.rb
parenttexpdf setotherlanguage & add package geometry (diff)
xmls, utf8 default, removed character translations
Diffstat (limited to 'lib/sisu/xml_shared.rb')
-rw-r--r--lib/sisu/xml_shared.rb1
1 files changed, 0 insertions, 1 deletions
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(/&/,'&amp;')
- content=SiSU_XML_Munge::Trans.new(@md).char_enc.utf8(content)
else content
end
end