diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-08 17:08:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-08 17:08:45 +0000 |
| commit | 1aefeada69024f67038a5a47085f5ab978dd262b (patch) | |
| tree | fcb10df0bd197510597bf19e2e0bc214cb2ab094 /usr.bin/colldef | |
| parent | 9265b96620e5f71c795d10b506d4a2b9833d44a7 (diff) | |
Notes
Diffstat (limited to 'usr.bin/colldef')
| -rw-r--r-- | usr.bin/colldef/data/lt_LN.ISO8859-1 | 17 | ||||
| -rw-r--r-- | usr.bin/colldef/data/lt_LN.ISO_8859-1 | 17 |
2 files changed, 28 insertions, 6 deletions
diff --git a/usr.bin/colldef/data/lt_LN.ISO8859-1 b/usr.bin/colldef/data/lt_LN.ISO8859-1 index a32adcfb3410..40962a251d6f 100644 --- a/usr.bin/colldef/data/lt_LN.ISO8859-1 +++ b/usr.bin/colldef/data/lt_LN.ISO8859-1 @@ -6,11 +6,22 @@ substitute "\xc6" with "AE" substitute "\xdf" with "ss" substitute "\xff" with "ij" -order \x01;...;\x27;\x7f;...;\x9f;\ ;\xa0;.;:;\;;\,;!;?;\xa1;\xbf;a;\ - \xe0;...;\xe5;A;\xc0;...;\xc5;b;B;c;\xe7;C;\xc7;d;D;e;\xe8;...;\xeb;\ +order \ +# controls + \x01;...;\x1f;\x7f;...;\x9f;\ +# spaces + \ ;\xa0;\ +# puncts + .;:;\;;\,;!;?;\xa1;\xbf;\ +# alphas + a;\xe0;...;\xe5;A;\xc0;...;\xc5;b;B;c;\xe7;C;\xc7;d;D;e;\xe8;...;\xeb;\ E;\xc8;...;\xcb;f;F;g;G;h;H;i;\xec;...;\xef;I;\xcc;...;\xcf;j;J;k;K;\ l;L;m;M;n;\xf1;N;\xd1;o;\xf2;...;\xf6;\xf8;O;\xd2;...;\xd6;\xd8;\ p;P;q;Q;r;R;s;S;t;T;u;\xf9;...;\xfc;U;\xd9;...;\xdc;v;V;w;W;x;X;y;\ - \xfd;Y;\xdd;z;Z;\xf0;\xd0;\xfe;\xde;0;...;9;ae;AE;ss;ij;\";...;&;\ + \xfd;Y;\xdd;z;Z;\xf0;\xd0;\xfe;\xde;\ +# digits + 0;...;9;\ +# remains + \";...;&;\ \(;...;+;/;\<;...;\>;@;[;...;`;\{;...;~;\xa2;...;\xac;\xae;...;\xbe;\ \xd7;\xf7 diff --git a/usr.bin/colldef/data/lt_LN.ISO_8859-1 b/usr.bin/colldef/data/lt_LN.ISO_8859-1 index a32adcfb3410..40962a251d6f 100644 --- a/usr.bin/colldef/data/lt_LN.ISO_8859-1 +++ b/usr.bin/colldef/data/lt_LN.ISO_8859-1 @@ -6,11 +6,22 @@ substitute "\xc6" with "AE" substitute "\xdf" with "ss" substitute "\xff" with "ij" -order \x01;...;\x27;\x7f;...;\x9f;\ ;\xa0;.;:;\;;\,;!;?;\xa1;\xbf;a;\ - \xe0;...;\xe5;A;\xc0;...;\xc5;b;B;c;\xe7;C;\xc7;d;D;e;\xe8;...;\xeb;\ +order \ +# controls + \x01;...;\x1f;\x7f;...;\x9f;\ +# spaces + \ ;\xa0;\ +# puncts + .;:;\;;\,;!;?;\xa1;\xbf;\ +# alphas + a;\xe0;...;\xe5;A;\xc0;...;\xc5;b;B;c;\xe7;C;\xc7;d;D;e;\xe8;...;\xeb;\ E;\xc8;...;\xcb;f;F;g;G;h;H;i;\xec;...;\xef;I;\xcc;...;\xcf;j;J;k;K;\ l;L;m;M;n;\xf1;N;\xd1;o;\xf2;...;\xf6;\xf8;O;\xd2;...;\xd6;\xd8;\ p;P;q;Q;r;R;s;S;t;T;u;\xf9;...;\xfc;U;\xd9;...;\xdc;v;V;w;W;x;X;y;\ - \xfd;Y;\xdd;z;Z;\xf0;\xd0;\xfe;\xde;0;...;9;ae;AE;ss;ij;\";...;&;\ + \xfd;Y;\xdd;z;Z;\xf0;\xd0;\xfe;\xde;\ +# digits + 0;...;9;\ +# remains + \";...;&;\ \(;...;+;/;\<;...;\>;@;[;...;`;\{;...;~;\xa2;...;\xac;\xae;...;\xbe;\ \xd7;\xf7 |
