From c00f76621e3cbfc88417f3f8cb9912197fc4fd4d Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 16 Mar 2001 12:11:30 +0000 Subject: Add et_EE PR: 25495 Submitted by: Vallo Kallaste --- share/colldef/Makefile | 2 ++ share/colldef/et_EE.ISO8859-15.src | 62 +++++++++++++++++++++++++++++++++++++ share/colldef/et_EE.ISO_8859-15.src | 62 +++++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 share/colldef/et_EE.ISO8859-15.src create mode 100644 share/colldef/et_EE.ISO_8859-15.src (limited to 'share/colldef') diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 0c1918e..0965e67 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -9,6 +9,7 @@ LOCALES= cs_CZ.ISO_8859-2 \ el_GR.ISO_8859-7 \ es_ES.ISO_8859-15 \ es_ES.ISO_8859-1 \ + et_EE.ISO_8859-15 \ is_IS.ISO_8859-15 \ is_IS.ISO_8859-1 \ la_LN.ASCII \ @@ -53,6 +54,7 @@ de_DE.ISO_8859-1.out: map.ISO_8859-1 el_GR.ISO_8859-7.out: map.ISO_8859-7 es_ES.ISO_8859-15.out: map.ISO_8859-15 es_ES.ISO_8859-1.out: map.ISO_8859-1 +et_EE.ISO_8859-15.out: map.ISO_8859-15 is_IS.ISO_8859-15.out: map.ISO_8859-15 is_IS.ISO_8859-1.out: map.ISO_8859-1 la_LN.ISO_8859-15.out: map.ISO_8859-15 diff --git a/share/colldef/et_EE.ISO8859-15.src b/share/colldef/et_EE.ISO8859-15.src new file mode 100644 index 0000000..68909bb --- /dev/null +++ b/share/colldef/et_EE.ISO8859-15.src @@ -0,0 +1,62 @@ +# $FreeBSD$ +# latin1 (backward compatible with ASCII) +# +# +charmap map.ISO_8859-15 +substitute with "ss" +order \ +# controls + ;...;;
;;...;;\ +# spaces + ;;\ +# + _;-;<-->;\,;\;;:;!;;?;;/;.;\ +# accents + `;^;~;<.M>;<'m>;\ +# paired brackets + ';\";<<<>;/>>;\(;[;\{;\};];\);\ +# typography + ;;;;;;;;;;\ +# math and logic + *;\\;&;;%;+;<+->;<*X>;<-:>;\<;=;>;|;;\ +# measurement + ;;\ +# digits + 0;(1,<1S>);(2,<2S>);(3,<3S>);4;...;9;\ +# small and capital + (a,A,,,,,>,>,,,,,,);\ + <-a>;\ + (b,B);\ + (c,C,,);\ + (d,D,,);\ + (e,E,,,,,>,>,,);\ + (f,F);\ + (g,G);\ + (h,H);\ + (i,I,,,,,>,>,,);\ + (j,J);\ + (k,K);\ + (l,L);\ + (m,M);\ + (n,N,,);\ + (o,O,,,,,>,>,,);\ + <-o>;\ + (,);\ + (p,P);\ + (q,Q);\ + (r,R);\ + (s,S);\ + (,);\ + (z,Z);\ + (,);\ + (t,T);\ + (u,U,,,,,>,>);\ + (v,V);\ + (w,W);\ + (,);\ + (,);\ + (,);\ + (,);\ + (x,X);\ + (y,Y,,,,);\ + (,) diff --git a/share/colldef/et_EE.ISO_8859-15.src b/share/colldef/et_EE.ISO_8859-15.src new file mode 100644 index 0000000..68909bb --- /dev/null +++ b/share/colldef/et_EE.ISO_8859-15.src @@ -0,0 +1,62 @@ +# $FreeBSD$ +# latin1 (backward compatible with ASCII) +# +# +charmap map.ISO_8859-15 +substitute with "ss" +order \ +# controls + ;...;;
;;...;;\ +# spaces + ;;\ +# + _;-;<-->;\,;\;;:;!;;?;;/;.;\ +# accents + `;^;~;<.M>;<'m>;\ +# paired brackets + ';\";<<<>;/>>;\(;[;\{;\};];\);\ +# typography + ;;;;;;;;;;\ +# math and logic + *;\\;&;;%;+;<+->;<*X>;<-:>;\<;=;>;|;;\ +# measurement + ;;\ +# digits + 0;(1,<1S>);(2,<2S>);(3,<3S>);4;...;9;\ +# small and capital + (a,A,,,,,>,>,,,,,,);\ + <-a>;\ + (b,B);\ + (c,C,,);\ + (d,D,,);\ + (e,E,,,,,>,>,,);\ + (f,F);\ + (g,G);\ + (h,H);\ + (i,I,,,,,>,>,,);\ + (j,J);\ + (k,K);\ + (l,L);\ + (m,M);\ + (n,N,,);\ + (o,O,,,,,>,>,,);\ + <-o>;\ + (,);\ + (p,P);\ + (q,Q);\ + (r,R);\ + (s,S);\ + (,);\ + (z,Z);\ + (,);\ + (t,T);\ + (u,U,,,,,>,>);\ + (v,V);\ + (w,W);\ + (,);\ + (,);\ + (,);\ + (,);\ + (x,X);\ + (y,Y,,,,);\ + (,) -- cgit v1.1