It is safer to test using 'date', as this do not require external
translation files.

  # locale-gen
  Generating locales...
    en_US.ISO-8859-1... done
    en_US.UTF-8... done
    es_ES.ISO-8859-1... done
    [EMAIL PROTECTED] done
  Generation complete.

  # date; LC_ALL=en_US date; LC_ALL=es_ES date
  Fri Nov 15 17:16:43 CET 2002
  Fri Nov 15 17:16:43 CET 2002
  vie nov 15 17:16:43 CET 2002

This is using Debian/Woody, glibc 2.2.5-11.2.

But rm works just fine for me:

  % rm; LC_ALL=en_US rm; LC_ALL=es_ES rm
  rm: too few arguments
  Try `rm --help' for more information.
  rm: too few arguments
  Try `rm --help' for more information.
  rm: n�mero de argumentos insuficiente
  Pruebe `rm --help' para m�s informaci�n.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to