locale language value

From: MARCELO ALONSO MONDRAGON (malonsom_at_villacero.com.mx)
Date: 09/22/04

  • Next message: Alexandre Vasconcelos: "MSL5026 config"
    Date: Wed, 22 Sep 2004 08:35:27 -0600
    To: tru64-unix-managers@ornl.gov
    
    

    Hello administrators

    I need to change the default value for the language, this is, the value for
    locale, the current value are:

    LANG=
    LC_COLLATE="C"
    LC_CTYPE="C"
    LC_MONETARY="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_MESSAGES="C"
    LC_ALL=

    I already fix the value of the variable LANG in the file /etc/profile and
    it operate well for the connections through telnet, but I have an
    application that executes command to through of rexec and don't take these
    value, then, the question is: How changing the value of locale for the
    connections to through of rexec?.

    I set LANG=en_US.ISO8859-1 in /etc/profile:

    with telnet connection:

    LANG=en_US.ISO8859-1
    LC_COLLATE="en_US.ISO8859-1"
    LC_CTYPE="en_US.ISO8859-1"
    LC_MONETARY="en_US.ISO8859-1"
    LC_NUMERIC="en_US.ISO8859-1"
    LC_TIME="en_US.ISO8859-1"
    LC_MESSAGES="en_US.ISO8859-1"
    LC_ALL=

    with rexec connection:

    LANG=
    LC_COLLATE="C"
    LC_CTYPE="C"
    LC_MONETARY="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_MESSAGES="C"
    LC_ALL=

    Thank in Advance

    Marcelo Alonso Mondragón
    Soporte Técnico / Informática / SICARTSA
    Una Empresa del Grupo Villacero
    E-Mail: malonsom@villacero.com.mx
    Internet: http://www.villacero.com.mx


  • Next message: Alexandre Vasconcelos: "MSL5026 config"

    Relevant Pages

    • LANG, locale, unicode, setup.py and Debian packaging
      ... On start I call locale.setlocale, the getlocale. ... The app assumes unicode objects internally. ... My setup.py also tests locale (because it then loads gettext ... happens if LANG is set to "C", ...
      (comp.lang.python)
    • Re: Compose key and input method
      ... But I also had some weird effects concerning the compose key. ... LANG is old style (using the old locale names), ... Old applications want LANG, new applications want LC_ALL or the above ...
      (comp.unix.solaris)
    • locale environment variables
      ... I could use some help in understanding the process which RHEL systems apply to the locale environment variables (specifically LANG and LC_ALL). ... LC_ALL is unset unless it was already initialized to something other than the value of LANG. ... The problem I have now is that this app generates it own job submission which basically runs a script that dynamically generates another script for execution later. ...
      (RedHat)
    • locale environment variables
      ... I could use some help in understanding the process which Fedora systems apply to the locale environment variables (specifically LANG and LC_ALL). ... LC_ALL is unset unless it was already initialized to something other than the value of LANG. ...
      (Fedora)
    • Re: LANG=C not English?
      ... > feisty@feisty-laptop:~$ echo $LANG ... $ LANG=C locale ... to what English is C expected to be? ...
      (Debian-User)