diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-04-11 20:02:24 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-04-11 20:02:24 +0000 |
| commit | b058859c08f1600f5e6303bb8332bae0ba0b035b (patch) | |
| tree | 3949731b786339f1afcc8e266c0c831c2f3ccab5 | |
| parent | b26197be61134166d6ee98850b93cdca3678c528 (diff) | |
20070411-2101 issue 42
| -rw-r--r-- | CHANGES | 1 | ||||
| -rwxr-xr-x | appl/lib/convcs/mkdata | 1 | ||||
| -rw-r--r-- | lib/convcs/charsets | 6 |
3 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,6 @@ 20070411 if mkconfig has been changed from the distribution, use it to set parameters in makemk.sh (issue 41) + add iso8859-15 (what? will the line stretch on to the crack of doom?) (issue 43) 20070410 fix some porting errors in /appl/cmd/look.b document look's -r option in look(1) diff --git a/appl/lib/convcs/mkdata b/appl/lib/convcs/mkdata index eb22e39f..7c7b1061 100755 --- a/appl/lib/convcs/mkdata +++ b/appl/lib/convcs/mkdata @@ -22,6 +22,7 @@ GENERATORS=( iso8859-7 iso8859-8 iso8859-9 + iso8859-15 koi8-r windows-1250 windows-1251 diff --git a/lib/convcs/charsets b/lib/convcs/charsets index 7593c443..64889663 100644 --- a/lib/convcs/charsets +++ b/lib/convcs/charsets @@ -105,6 +105,12 @@ iso-8859-10= stob=/dis/lib/convcs/cp_stob.dis arg=/lib/convcs/iso-8859-10.cp btos=/dis/lib/convcs/cp_btos.dis arg=/lib/convcs/iso-8859-10.cp +l9-iso-8859-15 +latin9=iso-8859-15 +iso-8859-15= + desc=Latin-9 + stob=/dis/lib/convcs/cp_stob.dis arg=/lib/convcs/iso-8859-15.cp + btos=/dis/lib/convcs/cp_btos.dis arg=/lib/convcs/iso-8859-15.cp # Traditional Chinese big5= |
