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