texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Tue, 8 Nov 2022 03:34:15 -0500 (EST)

branch: master
commit cd1ccc77f1118b7f32f431a5932359e0c8486bd0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Nov 8 09:32:06 2022 +0100

    tp/Texinfo/Convert/LaTeX.pm: replace a non-ASCII character in comment
---
 tp/Texinfo/Convert/LaTeX.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 56485febe8..6a899ec2c2 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -1211,7 +1211,7 @@ sub convert_to_latex_math($$;$$)
 my %LaTeX_encoding_names_map = (
   'utf-8' => ['utf8', 'T1'],
   # from https://ctan.gutenberg-asso.fr/macros/latex/base/inputenc.pdf
-  # The ASCII encoding only allows characters in the range 32–127,
+  # The ASCII encoding only allows characters in the range 32-127,
   'us-ascii' => ['ascii', 'T1'],
   'iso-8859-1' => ['latin1', 'T1'],
   # The ISO Latin-9 encoding file defines the characters in the ISO 8859-15



reply via email to

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