Patch derived from discussion at https://savannah.nongnu.org/bugs/?37503 --- texi2html-5.0/texi2html.pl 2010-06-30 17:01:27.000000000 -0500 +++ texi2html-5.0/texi2html.pl 2014-07-09 01:17:57.062990582 -0500 @@ -2589,7 +2589,12 @@ my $state = shift; # FIXME this should be done only once, for @documentencoding - my $encoding = lc(Texi2HTML::Config::get_conf('DOCUMENT_ENCODING')); + my $encoding; + my $input_encoding = Texi2HTML::Config::get_conf('documentencoding'); + if (defined($input_encoding)) + { + $encoding = lc($input_encoding); + } if (defined($encoding) and $encoding ne '' and exists($Texi2HTML::Config::t2h_encoding_aliases{$encoding})) { $encoding = $Texi2HTML::Config::t2h_encoding_aliases{$encoding}; Fix failures in test/encodings. --- texi2html-5.0/texi2html.pl 2014-07-09 01:22:06.000000000 -0500 +++ texi2html-5.0/texi2html.pl 2014-07-10 23:23:47.182097602 -0500 @@ -53,6 +53,7 @@ # for translations #use encoding 'utf8'; #use utf8; +binmode STDERR, ':encoding(utf8)'; # # According to '/guix/'>summaryrefslogtreecommitdiff
path: root/gnu/packages/documentation.scm
AgeCommit message (Expand)Author
2018-03-25gnu: asciidoc: Restore custom 'bootstrap' phase....Mark H Weaver
2018-03-11build-system/gnu: Add 'bootstrap' phase....Ludovic Courtès
2018-02-09Merge branch 'master' into core-updatesMark H Weaver
2018-02-06gnu: asciidoc: Update to 8.6.10....Tobias Geerinckx-Rice
2017-11-11gnu: doxygen: Build with flex@2.6.1....Efraim Flashner
2017-08-29Update e-mail for Kei Kebreau....Kei Kebreau
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-03-19Merge branch 'master' into core-updatesMark H Weaver
2017-03-16gnu: asciidoc: Use local docbook-xml package....Kei Kebreau
2017-03-15Merge branch 'master' into core-updatesMarius Bakke
2017-03-14gnu: asciidoc: Add XML and XSLT support....Kei Kebreau
2017-02-28gnu: doxygen: Update to 1.8.13....Leo Famulari
2017-01-17gnu: doxygen: Use sh from the store....Thomas Danckaert
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-08-21gnu: asciidoc: Use local docbook-xsl package....Tomáš Čech
2016-07-21gnu: Update URLs for sourceforge.net....Leo Famulari
2016-07-04gnu: Add scrollkeeper....Roel Janssen