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

Re: problema con locales



Javier Pepe escribió::

Ya somos bastantes
El jue, 04-07-2002 a las 09:41, Ricardo - Eureka! escribió:
On Wed, Jul 03, 2002 at 04:37:37PM -0500, Lemus Moreno Jose A wrote:
Tengo exactamente el mismo problema que tu.
me sumo a la lista de damnificados!


--
To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Repito lo que ya dije, yo tuve el mismo problema y era poque no se había instalado correctamente algún paquete. Por algún motivo cuando se pasa de potato a woody nos sucede eso, pero si uno tiene la versión de locales que comenté antes bien instalada el problema se soluciona (2.2.5-6). Les mando mi profile y locale.gen (este último se genera con dpkg-reconfigure locales)

--
 Héctor Andrés Rompato Carricart <hrompato@au-laplata.com.ar>
 Coordinador técnico
 COVIARES S.A. -- Autopista La Plata - Buenos Aires
 Gerencia de equipos y sistemas

 Av. España y Autopista, Quilmes (1878)
 Buenos Aires, Argentina




# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"

if [ "$BASH" ]; then
  PS1='\u@\h:\w\$ '
else
  if [ "`id -u`" -eq 0 ]; then
    PS1='# '
  else
    PS1='$ '
  fi
fi

export PATH PS1
export LANG=es_AR
export LC_ALL=es_AR
export LC_MESSAGES=es_AR

umask 022
# This file lists locales that you wish to have built. You can find a list
# of valid supported locales at /usr/share/i18n/SUPPORTED. Other
# combinations are possible, but may not be well tested. If you change
# this file, you need to rerun locale-gen.
#
# XXX GENERATED XXX
#
# NOTE!!! If you change this file by hand, and want to continue
# maintaining manually, remove the above line. Otherwise, use the command
# "dpkg-reconfigure locales" to manipulate this file. You can manually
# change this file without affecting the use of debconf, however, since it
# does read in your changes.

es_AR ISO-8859-1
es_ES ISO-8859-1
es_HN ISO-8859-1

Reply to: