From: Bruno Haible Date: Sat, 20 Oct 2007 21:18:36 +0000 (+0000) Subject: Improve comments in last patch. X-Git-Tag: v0.17~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f262b827ead458c47076115af2c5d927be42752;p=thirdparty%2Fgettext.git Improve comments in last patch. --- diff --git a/gettext-tools/m4/locale-ja.m4 b/gettext-tools/m4/locale-ja.m4 index d3e3e2738..cda6d1934 100644 --- a/gettext-tools/m4/locale-ja.m4 +++ b/gettext-tools/m4/locale-ja.m4 @@ -53,8 +53,9 @@ int main () 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.