texinfo-commits
[Top][All Lists]
Advanced

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

[7651] remove error message for missing UTF-8 locale


From: gavinsmith0123
Subject: [7651] remove error message for missing UTF-8 locale
Date: Sun, 29 Jan 2017 07:51:44 -0500 (EST)

Revision: 7651
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7651
Author:   gavin
Date:     2017-01-29 07:51:44 -0500 (Sun, 29 Jan 2017)
Log Message:
-----------
remove error message for missing UTF-8 locale

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/XSParagraph/xspara.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-01-29 12:44:55 UTC (rev 7650)
+++ trunk/ChangeLog     2017-01-29 12:51:44 UTC (rev 7651)
@@ -1,3 +1,12 @@
+2017-01-29  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Convert/XSParagraph/xspara.c (xspara_init): Remove
+       error message printed if a UTF-8 locale couldn't be found, so
+       that we fall back to the pure Perl module.  This error message
+       caused tests comparing the output on standard error to fail on 
+       systems where a UTF-8 locale couldn't be found.  Reported by
+       Michael Deutschmann for uClibc with locales compiled out.
+
 2017-01-29  Jason Hood  <address@hidden>
 
        * info/echo-area.c (pause_or_input) [__MINGW32__]: Add an 

Modified: trunk/tp/Texinfo/Convert/XSParagraph/xspara.c
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/xspara.c       2017-01-29 12:44:55 UTC 
(rev 7650)
+++ trunk/tp/Texinfo/Convert/XSParagraph/xspara.c       2017-01-29 12:51:44 UTC 
(rev 7651)
@@ -297,7 +297,6 @@
   if (1)
     {
 failure:
-      fprintf (stderr, "Couldn't set UTF-8 character type in locale.\n");
       return 0; /* failure */
     }
   else




reply via email to

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