Dear Friends.
The CENTOS 4 is install with locale utf-8, but I would like add locale iso-8859-1.
How do you it ?
Thanks
Adriano Frare
Hi,
On Mon, Sep 8, 2008 at 20:44, Adriano Frare alfrare@e-alinux.com wrote:
The CENTOS 4 is install with locale utf-8, but I would like add locale iso-8859-1.
ISO-8859-1 should be installed by default.
To set it as the default locale for all users, you should edit /etc/sysconfig/i18n and set LANG="en_US" (instead of LANG="en_US.utf-8").
How do you it ?
The way above is a general way to set it globally, but maybe that is not what you are looking for. Could you be more specific about what you are trying to accomplish?
HTH, Filipe
Dear Filipe,
How I do setup iso-8859-1 for pt_BR (portuguese Brazilian) in file i18n ?
Is it possible change LANG="pt_BR.UTF-8" for LANG="iso-8859-1" ? It config correct ?
Thanks again
Adriano Frare
Filipe Brandenburger wrote:
Hi,
On Mon, Sep 8, 2008 at 20:44, Adriano Frare alfrare@e-alinux.com wrote:
The CENTOS 4 is install with locale utf-8, but I would like add locale iso-8859-1.
ISO-8859-1 should be installed by default.
To set it as the default locale for all users, you should edit /etc/sysconfig/i18n and set LANG="en_US" (instead of LANG="en_US.utf-8").
How do you it ?
The way above is a general way to set it globally, but maybe that is not what you are looking for. Could you be more specific about what you are trying to accomplish?
HTH, Filipe _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi,
On Tue, Sep 9, 2008 at 18:10, Adriano Frare alfrare@e-alinux.com wrote:
How I do setup iso-8859-1 for pt_BR (portuguese Brazilian) in file i18n ?
Is it possible change LANG="pt_BR.UTF-8" for LANG="iso-8859-1" ? It config correct ?
No, you set LANG="pt_BR" or LANG="pt_BR.iso-8859-1"
The changes you do to that file will only affect new processes started by new shells. If you open a new shell after the change, it should see the change.
HTH, Filipe