changeset 9356:23797caac455

Improve comments in last patch.
author Bruno Haible <bruno@clisp.org>
date Thu, 18 Oct 2007 00:23:46 +0200
parents 0697c925151a
children 75e43b0e5159
files m4/locale-fr.m4 m4/locale-tr.m4 m4/locale-zh.m4
diffstat 3 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/m4/locale-fr.m4
+++ b/m4/locale-fr.m4
@@ -51,8 +51,9 @@
   if (nl_langinfo (CODESET) [0] == '\0') return 1;
 #endif
 #ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names  without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  */
+  /* On Cygwin, avoid locale names without encoding suffix, because the
+     locale_charset() function relies on the encoding suffix.  Note that
+     LC_ALL is set on the command line.  */
   if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
 #endif
   /* Check whether in the abbreviation of the second month, the second
@@ -138,8 +139,9 @@
   if (nl_langinfo (CODESET) [0] == '\0') return 1;
 # endif
 # ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names  without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  */
+  /* On Cygwin, avoid locale names without encoding suffix, because the
+     locale_charset() function relies on the encoding suffix.  Note that
+     LC_ALL is set on the command line.  */
   if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
 # endif
   /* Check whether in the abbreviation of the second month, the second
--- a/m4/locale-tr.m4
+++ b/m4/locale-tr.m4
@@ -36,8 +36,9 @@
   if (nl_langinfo (CODESET) [0] == '\0') return 1;
 # endif
 # ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names  without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  */
+  /* On Cygwin, avoid locale names without encoding suffix, because the
+     locale_charset() function relies on the encoding suffix.  Note that
+     LC_ALL is set on the command line.  */
   if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
 # endif
   /* Check whether in the abbreviation of the eighth month, the second
--- a/m4/locale-zh.m4
+++ b/m4/locale-zh.m4
@@ -54,8 +54,9 @@
   if (nl_langinfo (CODESET) [0] == '\0') return 1;
 #endif
 #ifdef __CYGWIN__
-  /* On Cygwin, avoid locale names  without encoding suffix, because the
-     locale_charset() function relies on the encoding suffix.  */
+  /* On Cygwin, avoid locale names without encoding suffix, because the
+     locale_charset() function relies on the encoding suffix.  Note that
+     LC_ALL is set on the command line.  */
   if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
 #endif
   /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.