aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/xhtml.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/xhtml.rb
parenttexpdf setotherlanguage & add package geometry (diff)
xmls, utf8 default, removed character translations
Diffstat (limited to 'lib/sisu/xhtml.rb')
-rw-r--r--lib/sisu/xhtml.rb1
1 files changed, 0 insertions, 1 deletions
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/ \