summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-05-01 12:10:51 +0000
committerache <ache@FreeBSD.org>1995-05-01 12:10:51 +0000
commit6182b2e1594ccf5bc9ffd75927f5c673c977f419 (patch)
treeeec0a5b177cde007609dd12691863c2311bcce5f /usr.bin/colldef
parent7b41bdb12c2c4597a2b3c92b5d3fef299119f386 (diff)
downloadFreeBSD-src-6182b2e1594ccf5bc9ffd75927f5c673c977f419.zip
FreeBSD-src-6182b2e1594ccf5bc9ffd75927f5c673c977f419.tar.gz
Add yet one popular russian code table
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r--usr.bin/colldef/Makefile4
-rw-r--r--usr.bin/colldef/data/ru_SU.CP86620
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
OpenPOWER on IntegriCloud