texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 29 Jul 2023 15:24:15 -0400 (EDT)

branch: master
commit 4cd1b81173f9de142dcc2de8ad245390d020f32c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 29 20:06:19 2023 +0200

    tp/Texinfo/ParserNonXS.pm: add a comment on the range of Encode not
    outputting warnings.
---
 tp/Texinfo/ParserNonXS.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 0c5e0f8121..95e7edbe24 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -2377,6 +2377,7 @@ sub _next_text($;$)
       my $duplicate_input_line = $input_line;
       # Encode::encode with default check argument does not give a
       # warning on incorrect output, contrary to what the documentation says.
+      # This has been seen on perl 5.10.1 and 5.36.0.
       # So we call it with FB_CROAK in an eval to get the message first
       # before calling it again to get the result.
       # This suits us as we try to output the same message as the XS parser



reply via email to

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