mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add yet one popular russian code table
This commit is contained in:
parent
d5d65ceb94
commit
e12263638f
2 changed files with 22 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
20
usr.bin/colldef/data/ru_SU.CP866
Normal file
20
usr.bin/colldef/data/ru_SU.CP866
Normal file
|
|
@ -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;\
|
||||
€; ;<3B>;¡;‚;¢;ƒ;£;„;¤;…;¥;ð;ñ;†;¦;‡;§;ˆ;¨;‰;©;Š;ª;\
|
||||
‹;«;Œ;¬;<3B>;;Ž;®;<3B>;¯;<3B>;à;‘;á;’;â;“;ã;”;ä;•;å;–;æ;\
|
||||
—;ç;˜;è;™;é;š;ê;›;ë;œ;ì;<3B>;í;ž;î;Ÿ;ï;\
|
||||
# remains
|
||||
\";...;&;\(;...;+;/;\<;...;\>;@;[;...;`;\{;...;~;\
|
||||
\xb0;...;\xdf;\xf2;...;\xfe
|
||||
Loading…
Reference in a new issue