> Stefan Kiel:
> perl: warning: Please check that your locale settings:
> LC_ALL = (unset),
> LANG = "de"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
export LANG=de
export LC_ALL=de_DE.ISO_8859-1
oder
export LC_ALL='en eo de'
export LC_ALL=C
wenn man ganz was andres will :)
clemens fischer
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 04 Apr 2002 - 02:15:51 CEST