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

Re: Instalación de locale



On Mon, Jan 17, 2000 at 07:55:22AM -0000, Miguel A. Abarca wrote:
> 
> primeras desaparecieron y a la vez se me generan muchos mensajes de locale
> not found o algo parecido, así como el siguiente aviso al configurar muchos
> programas:
> 
> perl: warning: Setting locale failed
> perl: warning: Please check that your locale settings:
> 	LC_ALL='unset'
> 	LC_CTYPE="ISO_8859-1"
> 	LANG="spanish"
>  are supported and installed on your system
> perl: warning: Falling back to the standarc locale ("C")
> 

Yo tenía esos mismos problemas y solucioné el tema poniendo en 
/etc/profile :

set meta-flag on        # conservar bit 8 en entrada de teclado
set output-meta on      # conservar bit 8 en salida por terminal
set convert-meta off    # no convertir secuencias de escape
                        # (Keyboard-and-Console-HOWTO)


export  LC_CTYPE=ISO-8859-1     # Character classification and
                                # case conversion. (man bash)

export  LC_ALL=es_ES            #
export  LC_MESSAGES=es_ES       # Formato de mensajes informativos
                                # y de diagnostico, respuestas 					                                    # interactivas. (man bash)

export  LANG=es_ES

export  LESSCHARSET=latin1      # Selecciona un conjunto de caracteres.
                                # (man less)


alias   groff='groff -Tlatin1'  # groff es usado por man.


Saludos,
Marcelo
																		

- 
______________________________________________________

                                ______  _____________
Marcelo Ramos                  |      \/       __    |
Debian 2.1 (Slink)             |              |_/    /
Linux registered user #118109  |                    \
beakman@cmat.edu.uy            |_____|\/|_____|\_____\

______________________________________________________


Reply to: