diff options
author | Bill Nottingham <notting@redhat.com> | 2006-10-30 17:10:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-10-30 17:10:21 +0000 |
commit | d2eb9f201d0763a32540658849da6acbb08a41b8 (patch) | |
tree | 1396ca6334b4d97c6a00b36d6db3a14e2ed09184 /lang.csh | |
parent | 092f7d4f0595aeec11fac5560927428a234a175d (diff) | |
download | initscripts-d2eb9f201d0763a32540658849da6acbb08a41b8.tar initscripts-d2eb9f201d0763a32540658849da6acbb08a41b8.tar.gz initscripts-d2eb9f201d0763a32540658849da6acbb08a41b8.tar.bz2 initscripts-d2eb9f201d0763a32540658849da6acbb08a41b8.tar.xz initscripts-d2eb9f201d0763a32540658849da6acbb08a41b8.zip |
support iso-8859-8 (#212738, <matan@svgalib.org>)
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ if ($sourced == 1) then case 8859-1: case 8859-2: case 8859-5: + case 8859-8: case 8859-15: case koi*: case latin2*: @@ -51,6 +52,7 @@ if ($sourced == 1) then case iso01*: case iso02*: case iso05*: + case iso08*: case iso15*: case koi*: case latin2-ucw*: |