diff options
| author | Bill Nottingham <notting@redhat.com> | 2006-10-30 17:11:31 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2006-10-30 17:11:31 +0000 |
| commit | 604ab7992adb790ba2ea1ace7217588d65f13ba7 (patch) | |
| tree | 6d6a424e70d5e3584f4789c8542b24de1259eefa /lang.csh | |
| parent | e238814bad3fe9a9b97b2728810c18347925b65f (diff) | |
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*: |
