From f869682c7b507aee1caadd7f16a598ad1e6bb453 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 31 Dec 1996 18:57:26 +0000 Subject: icelandic collation (non-icelandic characters in latin1 order) --- usr.bin/colldef/data/Makefile | 7 +++--- usr.bin/colldef/data/is_IS.ISO_8859-1.src | 38 +++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 usr.bin/colldef/data/is_IS.ISO_8859-1.src (limited to 'usr.bin') diff --git a/usr.bin/colldef/data/Makefile b/usr.bin/colldef/data/Makefile index c48ee26..b163d24 100644 --- a/usr.bin/colldef/data/Makefile +++ b/usr.bin/colldef/data/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.3 1996/10/15 22:05:12 ache Exp $ +# $Id: Makefile,v 1.4 1996/12/30 22:28:50 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= de_DE.ISO_8859-1 es_ES.ISO_8859-1 lt_LN.ISO_8859-1 \ +LOCALES= de_DE.ISO_8859-1 es_ES.ISO_8859-1 is_IS.ISO_8859-1 \ + lt_LN.ISO_8859-1 \ ru_SU.CP866 ru_SU.KOI8-R LOCALEDIR= ${DESTDIR}/usr/share/locale @@ -15,7 +16,7 @@ COLLDEF=${.CURDIR}/../colldef LATIN1LINKS = \ da_DK en_AU en_CA en_GB en_US fi_FI \ - fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO \ + fr_BE fr_CA fr_CH fr_FR it_CH it_IT nl_BE nl_NL no_NO \ pt_PT sv_SE DELINKS = de_AT de_CH diff --git a/usr.bin/colldef/data/is_IS.ISO_8859-1.src b/usr.bin/colldef/data/is_IS.ISO_8859-1.src new file mode 100644 index 0000000..8cd94d9 --- /dev/null +++ b/usr.bin/colldef/data/is_IS.ISO_8859-1.src @@ -0,0 +1,38 @@ +# icelandic (backward compatible with ASCII) +# +# $Id$ +# +charmap map.ISO_8859-1 +order \ +# controls + ;...;;;...;;\ +# + ;;!;;\";<<<>;/>>;;\ + ;;;;;\ + %;&;<',>;';\(;\);*;+;<+->;<-:>;<*X>;\,;<-->;-;.;/;\ +# digits + (0,<14>,<12>,<34>);(1,<1S>);(2,<2S>);(3,<3S>);4;...;9;\ +# + :;\;;\<;=;>;?;;;;;;;\ +# capital + (A,,,>,,,);\ + B;(C,);(D,);(E,,,>,);\ + F;G;H;(I,,,>,);\ + J;...;M;(N,);(O,,,>,,,);\ + P;...;T;(U,,,>,);\ + V;W;X;(Y,);Z;\ + ;;;\ +# + [;\\;];^;<':>;_;<'m>;<''>;`;\ +# small + (a,,,>,,,);\ + b;(c,);(d,);(e,,,>,);\ + f;g;h;(i,,,>,);\ + j;...;m;(n,);(o,,,>,,);\ + p;...;t;(u,,,>,);\ + v;w;x;(y,,);z;\ + ;;;;\ +# + \{;;|;;\};~;<.M>;;;
;\ +# remains + <-a>;<-o> -- cgit v1.1