diff options
author | ache <ache@FreeBSD.org> | 1994-12-05 19:46:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-05 19:46:35 +0000 |
commit | e66195f798e6af6848127e0f197fe354bf89ca25 (patch) | |
tree | d3c4deb485eb9d297d7f7e5d7768f0ade6e24367 /etc/profile | |
parent | 43af30130196e2010ee075863034b363a73293b0 (diff) | |
download | FreeBSD-src-e66195f798e6af6848127e0f197fe354bf89ca25.zip FreeBSD-src-e66195f798e6af6848127e0f197fe354bf89ca25.tar.gz |
Add yet one locale example, this time ISO8859-1 as most common example.
Add reference where find full locales list
Diffstat (limited to 'etc/profile')
-rw-r--r-- | etc/profile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/profile b/etc/profile index b1dca9b..724f7f1 100644 --- a/etc/profile +++ b/etc/profile @@ -2,8 +2,12 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # BLOCKSIZE=K; export BLOCKSIZE -# Uncomment this line if you want to setup your 8-bit locale at program +# Uncomment next line if you want to setup your 8-bit locale at program # startup automatically +# See also rc and csh.login # ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE -# Uncomment this line to activate russian locale +# Uncomment next line to activate russian locale # LANG=ru_SU.KOI8-R; export LANG +# Uncomment next line to activate italian locale +# LANG=it_IT.ISO8859-1; export LANG +# For full locales list check /usr/share/locale/* |