diff options
| -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= |
