UTF8 locale not supported
Michael Will
michael.will at l-3com.com
Fri Jun 29 14:50:21 CEST 2007
Date: Thu, 28 Jun 2007 10:09:42 -0400
From: "Carlie J. Coats, Jr." [1]<coats at baronams.com>
From: Thomas AHRENS [2]<thomas.ahrens at wanadoo.fr>
[snip...]
> How can I avoid this message "UTF8 locale not supported" which
> comes out when I launch nedit ???
>
> Thanks for your help.
You need to invoke "nedit" from a context in which the LANG
environment variable is non-UTF8. You can do this in your
login files (if you want this behavior globally), or else
define an script with contents like
#! /bin/csh -f
setenv LANG en_US
nedit $* &'
which launches nedit with the rest of the command line arguments,
in a non-UTF8 environment.
For me, (Centos 4 Linux 2.6.9-55.ELsmp) the above doesn't work. I need
to do setenv LC_CTYPE en_US Mike
References
1. mailto:coats at baronams.com
2. mailto:thomas.ahrens at wanadoo.fr
More information about the Discuss
mailing list