texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp/Texinfo/Convert HTML.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo/Convert HTML.pm
Date: Mon, 06 Jun 2011 22:34:27 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/06/06 22:34:27

Modified files:
        tp/Texinfo/Convert: HTML.pm 

Log message:
        Always reset 'perl_encoding', even if it is set.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.89&r2=1.90

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- HTML.pm     6 Jun 2011 21:44:04 -0000       1.89
+++ HTML.pm     6 Jun 2011 22:34:27 -0000       1.90
@@ -2917,7 +2917,8 @@
     if ($cmdname eq 'documentencoding'
         and defined($root->{'extra'})
         and defined($root->{'extra'}->{'perl_encoding'})
-        and !$self->{'perl_encoding'}) {
+       ){
+        #and !$self->{'perl_encoding'}) {
       $self->{'encoding_name'} = $root->{'extra'}->{'encoding_name'};
       $self->{'perl_encoding'} = $root->{'extra'}->{'perl_encoding'};
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]