[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unidentified subject!



> perl: warning: Please check that your locale settings:
>         LANGUAGE = (unset),
>         LC_ALL = (unset),
>         LANG = "pt_BR"
>     are supported and installed on your system.
> 
> Certa vez, eu mechi em um arquivo no /etc ( nao me lembro o nome ) e
> adicionei essas linhas, para arrumar o acento... Alguem sabe qual o nome
> dele? 

	Em (t)csh:
"/etc/csh.cshrc" ou "/etc/login"
setenv LANG "pt_BR"
setenv LC_ALL "pt_BR"
setenv LANGUAGE "pt_BR"

	Em (ba)sh:
"/etc/bashrc" ou "/etc/profile"
LANG="pt_BR"
LC_ALL="pt_BR"
LANGUAGE="pt_BR"
export LANG LC_ALL LANGUAGE

                        Hélio Alexandre Lopes Loureiro
                            Unix System Engineer 
	            FreeBSD, OpenBSD and Debian GNU/Linux
                            helio@loureiro.eng.br
                      http://www.engnux.ufsc.br/helio/



Reply to: