diff options
author | Bill Nottingham <notting@redhat.com> | 2002-08-20 04:21:07 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-08-20 04:21:07 +0000 |
commit | 37cd8076812996f2b73ac8400a712ffa6cc168c6 (patch) | |
tree | 31e7e9468fa47f403f3b7bd1bf352c13df694a51 /lang.csh | |
parent | fb7039d0881f2c35c7263e92ccd3d29be1674779 (diff) | |
download | initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar.gz initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar.bz2 initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar.xz initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.zip |
add iso8859-5 support (#71754)
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,7 @@ if ($sourced == 1) then switch ($CHARSET) case 8859-1: case 8859-2: + case 8859-5: case 8859-15: case koi*: case latin2*: @@ -46,6 +47,7 @@ if ($sourced == 1) then switch ($SYSFONTACM) case iso01*: case iso02*: + case iso05*: case iso15*: case koi*: case latin2-ucw*: |