This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.7.1 release date?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]