diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-05 19:46:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-05 19:46:35 +0000 |
commit | eb1759f18ca79de7cc11322eddb299246487714b (patch) | |
tree | d3c4deb485eb9d297d7f7e5d7768f0ade6e24367 /etc/csh.login | |
parent | b32baf3440f620054da01ed16232e1f2ee4cf5fb (diff) | |
download | src-eb1759f18ca79de7cc11322eddb299246487714b.tar.gz src-eb1759f18ca79de7cc11322eddb299246487714b.zip |
Add yet one locale example, this time ISO8859-1 as most common example.
Add reference where find full locales list
Notes
Notes:
svn path=/head/; revision=4994
Diffstat (limited to 'etc/csh.login')
-rw-r--r-- | etc/csh.login | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/csh.login b/etc/csh.login index 92060e582f05..30a4effcd0a5 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -2,8 +2,12 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K -# 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 profile # setenv ENABLE_STARTUP_LOCALE # Uncomment this line to activate russian locale # setenv LANG ru_SU.KOI8-R +# Uncomment this line to activate italian locale +# setenv LANG it_IT.ISO8859-1 +# For full locales list check /usr/share/locale/* |