On Fri, Jan 24, 2003 at 09:51:38AM +1100, Gavin Carr wrote: > On Fri, Jan 24, 2003 at 09:53:55AM +1100, [EMAIL PROTECTED] wrote: > > Now instead the CSI code is dropped and the remaining > > string is dumped to the display. > > > > The environment variable TERM is set to "linux". The > > program "cat" can be used to dump the above sequence to > > the terminal with the intended result. > > Not sure if this is your problem, but one RH8 gotcha is their use of > UTF8-compatible locales, which seems to screw lots of other things up. > Check your LANG and LC* settings, and try resetting LANG to en_AU and > see if that makes a difference. My RH8.0 /etc/sysconfig/i18n looks like this:
LANG="en_AU.UTF-8" LC_ALL="POSIX" SUPPORTED="en_AU.UTF-8:en_AU:en:en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16" I found that got rid of some problems with escape sequences and sort sorting with case insensitivity. -- Norman Gaywood -- School of Mathematical and Computer Sciences University of New England, Armidale, NSW 2351, Australia [EMAIL PROTECTED] http://turing.une.edu.au/~norm Phone: +61 2 6773 2412 Fax: +61 2 6773 3312 -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
