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 06:09:28 -0400 (EDT)

branch: master
commit b01afe3b7b4d14507dee761fc5c436c45da0c9d2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 29 11:02:16 2023 +0200

    tp/Texinfo/Convert/Unicode.pm: improve debug message
---
 tp/Texinfo/Convert/Unicode.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/Unicode.pm b/tp/Texinfo/Convert/Unicode.pm
index bf39e3439e..4f7591c242 100644
--- a/tp/Texinfo/Convert/Unicode.pm
+++ b/tp/Texinfo/Convert/Unicode.pm
@@ -1627,7 +1627,7 @@ sub check_unicode_point_conversion($;$)
       }
     };
     if ($@) {
-      warn "(hex($arg) eval failed: $@\n" if ($output_debug);
+      warn "Unicode hex($arg) eval failed: $@\n" if ($output_debug);
       return 0;
     } elsif (hex($arg) > 0x10FFFF) {
       return 0;



reply via email to

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