summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/char2uni/incp866.otp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/omega/otp/char2uni/incp866.otp')
-rw-r--r--Master/texmf-dist/omega/otp/char2uni/incp866.otp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/char2uni/incp866.otp b/Master/texmf-dist/omega/otp/char2uni/incp866.otp
new file mode 100644
index 00000000000..50336a64f7a
--- /dev/null
+++ b/Master/texmf-dist/omega/otp/char2uni/incp866.otp
@@ -0,0 +1,20 @@
+% File incp866.otp
+% Conversion to Unicode from Cyrillic MS-DOS encoding (CP 866)
+% Copyright (c) 1995 John Plaice and Yannis Haralambous
+% This file is part of the Omega project.
+%
+% This file was derived from data in the tcs program
+% (ftp://plan9.att.com/plan9/unixsrc/tcs.shar.Z, 16 November 1994)
+%
+
+input: 1;
+output: 2;
+
+expressions:
+
+@"00-@"7F => \1;
+@"80-@"AF => #(\1 + @"390);
+@"E0-@"EF => #(\1 + @"360);
+@"F0 => @"401;
+@"F1 => @"451;
+. => @"FFFD;