Sid Devarajan <sid.dev <at> gmail.com> writes: > I use nedit on my RH Fedora linux machine and get this message > everytime I start nedit: > > "The current locale is utf8 (en_US.UTF-8). Changed locale to non-utf8 > (en_US)." > > Can I do anything to make this go away? It is not a big problem, but I > would prefer not seeing this everytime. You may change LANG for all apps via ~/.i18n. Mine looks like: LANG="en_US" SUPPORTED="en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16" Compare this to /etc/sysconfig/i18n. This seems to fix a few other things for me, like man pages that are garbled with LANG="en_US.UTF-8". Maybe someone else can comment on the wisdom of this. freeslkr