bug-gnulib
[Top][All Lists]
Advanced

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

Re: remove strcasecmp from regex code; use localcharset instead


From: Bruno Haible
Subject: Re: remove strcasecmp from regex code; use localcharset instead
Date: Thu, 15 Feb 2007 03:22:21 +0100
User-agent: KMail/1.5.4

Paul Eggert wrote:
> I installed this.  It adds a dependency of regex on localcharset,

Thanks. This improves regex on
  - Mingw, which doesn't have nl_langinfo(CODESET) and where the locale
    is usually set through system settings, not through environment variables,
  - Cygwin, where nl_langinfo(CODESET) always returns "US-ASCII",
  - AIX, where nl_langinfo(CODESET) returns nonstandard encoding names like
    "IBM-eucJP",
  - OSF/1, where nl_langinfo(CODESET) returns nonstandard encoding names
    "KSC5601" or "TACTIS",
  - NetBSD 3.0 and Solaris 7, where nl_langinfo(CODESET) returns nonstandard
    encoding names like "646",
  - Darwin 6 (MacOS X 10.2) and BeOS, which don't have nl_langinfo(CODESET).

Bruno





reply via email to

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