1.7.1 release date?

Andy Koppe andy.koppe@gmail.com
Wed Dec 2 10:03:00 GMT 2009


2009/12/2 Thomas Wolff:
> It should be:
>    LANG=${LC_ALL:-${LC_CTYPE:-${LANG:-C.UTF-8}}}

I don't think it should copy LC_ALL or LC_CTYPE to LANG. Copying
LC_CTYPE in particular is problematic, because LANG affects all locale
categories, whereas LC_CTYPE of course only affects the encoding.

Ergo: export LANG=${LANG:-C.UTF-8}

I've got no idea about tcsh syntax.

Andy



More information about the Cygwin-developers mailing list