texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo Structuring.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo Structuring.pm
Date: Mon, 01 Aug 2011 21:13:08 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/08/01 21:13:08

Modified files:
        tp/Texinfo     : Structuring.pm 

Log message:
        Really test for ENABLE_ENCODING when formatting keys for index sorting.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Structuring.pm?cvsroot=texinfo&r1=1.72&r2=1.73

Patches:
Index: Structuring.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Structuring.pm,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- Structuring.pm      27 Jul 2011 00:16:00 -0000      1.72
+++ Structuring.pm      1 Aug 2011 21:13:08 -0000       1.73
@@ -1061,7 +1061,7 @@
   my $self = shift;
   my $index_entries = shift;
   my $options = {'sort_string' => 1};
-  if ($self->{'ENABLE_ENCODING'} and $self->{'encoding_name'}) {
+  if ($self->get_conf('ENABLE_ENCODING') and $self->{'encoding_name'}) {
     $options->{'enabled_encoding'} = $self->{'encoding_name'};
   }
   foreach my $index_name (keys(%$index_entries)) {



reply via email to

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