On Fri, Jul 9, 2010 at 9:08 AM, philippe wrote:
> adding
>
> export LANG=C.ISO-8859-1
> export LC_TIME=C
>
> in Cygwin.bat has no effect

That's because you need to translate them from bash syntax to cmd.exe syntax:

set LANG=C.ISO-8859-1
set LC_CTIME=C

-- 
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to