texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/TODO: Move winning latex2html test cases.


From: Gavin D. Smith
Subject: branch master updated: * tp/TODO: Move winning latex2html test cases.
Date: Sun, 06 Mar 2022 09:18:08 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a061f9cf49 * tp/TODO: Move winning latex2html test cases.
a061f9cf49 is described below

commit a061f9cf492fb6a1bd407f037c9dffcbb5fc9d28
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 6 14:18:00 2022 +0000

    * tp/TODO: Move winning latex2html test cases.
---
 ChangeLog |  4 ++++
 tp/TODO   | 23 ++++++-----------------
 2 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7f3707c6a9..355525e4a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-06  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/TODO: Move winning latex2html test cases.
+
 2022-03-06  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Attempt to fix latex2html init file under Latin-1 locale
diff --git a/tp/TODO b/tp/TODO
index b0ad9f604c..9666ba8c2d 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -415,30 +415,19 @@ résultat/encodé.txt file name encoded in latin1.
 ./texi2any.pl --set TEXINFO_OUTPUT_FORMAT=debugtree --set USE_NODES=0 -o 
char_latin1_latin1_in_refs_tree.txt 
./t/input_files/char_latin1_latin1_in_refs.texi
 char_latin1_latin1_in_refs_tree.txt content encoded in latin1
 
+utf8 encoded manual name and latex2html in latin1 locale
+./texi2any.pl --html --init init/latex2html.pm 
tests/tex_html/tex_encod*_utf8.texi
+
+
 Tests with incorrect results, though not bugs
 *********************************************
 
-utf8 encoded manual name and latex2html in latin1 locale
-./texi2any.pl --html --init init/latex2html.pm 
tests/tex_html/tex_encod*_utf8.texi
- -> the input file name is decoded using DATA_INPUT_ENCODING_NAME
-    which is set to ISO-8859-1, although the file name is in utf8.
-./texi2any.pl -c 'DATA_INPUT_ENCODING_NAME utf-8' -c 'L2H_CLEAN 0' --html 
--init init/latex2html.pm tests/tex_html/tex_encod*_utf8.texi
-Errors out with
-utf8 "\xE9" does not map to Unicode at ./init/latex2html.pm line 515, 
<L2H_HTML> line 6.
-which corresponds to tex_encodé_utf8_html/tex_encodé_utf8_l2h.html
-<TITLE>tex_encodé_utf8_l2h</TITLE>, with the é encoded in latin1.
-Probably latex2html outputs the latin1 file names as it gets from the command
-line binary encoded.  There are also utf8 encoded characters in the file.
 
 latin1 encoded manual name and latex2html in latin1 locale
 cp tests/tex_html/tex_encode_latin1.texi tex_encodé_latin1.texi
 ./texi2any.pl -c 'L2H_CLEAN 0' --html --init init/latex2html.pm 
tex_encodé_latin1.texi
-Errors out with
-utf8 "\xE9" does not map to Unicode at ./init/latex2html.pm line 515, 
<L2H_HTML> line 6.
-which corresponds to tex_encodé_latin1_html/tex_encodé_latin1_l2h.html
-<TITLE>tex_encodé_latin1_l2h</TITLE> with the é encoded in latin1.
-Probably latex2html outputs the latin1 file names as it gets from the command
-line binary encoded.  There are also utf8 encoded characters in the file.
+
+ - code assumes UTF-8 filenames are being used so the file is not found
 
 utf8 encoded manual name and tex4ht in latin1 locale
 ./texi2any.pl --html --init init/tex4ht.pm tests/tex_html/tex_encod*_utf8.texi



reply via email to

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