diff options
author | ache <ache@FreeBSD.org> | 1995-05-01 12:10:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-01 12:10:51 +0000 |
commit | 6182b2e1594ccf5bc9ffd75927f5c673c977f419 (patch) | |
tree | eec0a5b177cde007609dd12691863c2311bcce5f /usr.bin | |
parent | 7b41bdb12c2c4597a2b3c92b5d3fef299119f386 (diff) | |
download | FreeBSD-src-6182b2e1594ccf5bc9ffd75927f5c673c977f419.zip FreeBSD-src-6182b2e1594ccf5bc9ffd75927f5c673c977f419.tar.gz |
Add yet one popular russian code table
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/colldef/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/colldef/data/ru_SU.CP866 | 20 |
2 files changed, 22 insertions, 2 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 590c455..a1958e6 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/01/23 08:56:06 alex Exp alex $ +# $Id: Makefile,v 1.1.1.1 1995/02/17 17:29:49 ache Exp $ PROG = colldef LFLAGS = -8 -i @@ -9,7 +9,7 @@ LDADD = -ll DPADD = ${LIBL} CLEANFILES = y.tab.[ch] lex.yy.c -LOCALES= ru_SU.KOI8-R lt_LN.ISO8859-1 +LOCALES= ru_SU.KOI8-R ru_SU.CP866 lt_LN.ISO8859-1 LOCALEDIR= ${DESTDIR}/usr/share/locale afterinstall: diff --git a/usr.bin/colldef/data/ru_SU.CP866 b/usr.bin/colldef/data/ru_SU.CP866 new file mode 100644 index 0000000..4a6d583 --- /dev/null +++ b/usr.bin/colldef/data/ru_SU.CP866 @@ -0,0 +1,20 @@ +# cp866 +order \ +# controls + \x01;...;\x1f;\x7f;\ +# spaces + \ ;\xff;\ +# puncts + .;:;\;;\,;!;?;\ +# digits + 0;...;9;\ +# alphas + 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;P;p;Q;q;R;r;S;s;T;t;U;u;V;v;W;w;X;x;\ + Y;y;Z;z;\ + ;;;;;;;;;;;;;;;;;;;;;;;;\ + ;;;;;;;;;;;;;;;;;;;;;;;;\ + ;;;;;;;;;;;;;;;;;;\ +# remains + \";...;&;\(;...;+;/;\<;...;\>;@;[;...;`;\{;...;~;\ + \xb0;...;\xdf;\xf2;...;\xfe |