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/xhtml.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sisu/xhtml.rb') diff --git a/lib/sisu/xhtml.rb b/lib/sisu/xhtml.rb index 352168cc..888f6f0c 100644 --- a/lib/sisu/xhtml.rb +++ b/lib/sisu/xhtml.rb @@ -307,7 +307,6 @@ WOK (0..7).each { |x| @cont[x]=@level[x]=false } (4..7).each { |x| @xml_contents_close[x]='' } data.each do |dob| - dob=@trans.char_enc.utf8(dob) if @sys.locale =~/utf-?8/i #% utf8 dob=@trans.markup(dob) if @rcdc==false \ and (dob.obj =~/~meta/ \ -- cgit v1.2.3