On 9 July 2010 00:01 lemkemch wrote:
> If you want to continue with rxvt and want to keep it as close
> as possible to the old behavior set
>
> export LANG=C.ISO-8859-1
> export LC_TIME=C
>
> in .profile

Setting LANG in .profile is too late for bash itself, because that
will continue to operate in C.UTF-8. That will cause trouble when
entering non-ASCII characters on the command line, for example, try
typing an ä or â.

Therefore you need to set it before bash is invoked, for example in
cygwin.bat if that's where you're invoking rxvt from.

Andy

--
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