Ian Pilcher wrote: > Sid Devarajan wrote: >> Hi, >> >> 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. >> > > Save the following script as /usr/local/bin/nedit: > > #!/bin/bash > LANG=${LANG%.UTF-8} exec /usr/bin/nedit ${1+"$@"} > > And make it executable (chmod 0755 /usr/local/bin/nedit). > > BTW, I'd really appreciate it if someone could explain the '${1+"$@"}' > brace expansion. It's the only way I've found to handle multiple > parameters, some of which contain spaces, but I'd love to know *why* it > works. > > HTH > the same happens on my fc5 install. do you always start nedit from the command line? you may want to try the nedit mailing lists: "discuss@xxxxxxxxx" -- Anthony Website: http://messinet.com Gallery: http://gallery.messinet.com/main.php?g2_itemId=34 GnuPG Key / Fingerprint: 0xB0014A4E / 8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E Registered Linux User #389089 - Get counted!: http://counter.li.org
Attachment:
signature.asc
Description: OpenPGP digital signature