On Fri, 17 Oct 2003, mattf wrote: > Redhat has EVERYTHING set to LANG=UTF-8 and it screws up all sorts of perl > stuff, and several other pre-written programs in other languages too
It is a pain, and it even breaks man pages and all sorts of other things in my experience. I recommend disabling the UTF-8 default by editing: /etc/sysconfig/i18n The top line probably reads something like: LANG="en_US.UTF-8" change it to: LANG="en_US" or "en_GB" if you are a UK person. You probably need to reboot after doing that. Michael > > > MATT--- _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
