summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/char2uni/inov.otp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/omega/otp/char2uni/inov.otp')
-rw-r--r--Master/texmf-dist/omega/otp/char2uni/inov.otp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/omega/otp/char2uni/inov.otp b/Master/texmf-dist/omega/otp/char2uni/inov.otp
new file mode 100644
index 00000000000..28836c9422a
--- /dev/null
+++ b/Master/texmf-dist/omega/otp/char2uni/inov.otp
@@ -0,0 +1,25 @@
+% File inov.otp
+% Conversion to Unicode from Cyrillic Osnovnoj Variant
+% 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;
+
+tables:
+
+tabov[@"10] = {
+@"0401, @"0451, @"0301, @"0300, @"0301, @"0300, @"2192, @"2190,
+@"2193, @"2191, @"00F7, @"00B1, @"2116, @"00A4, @"FFFD, @"FFFD
+};
+
+expressions:
+
+@"00-@"7F => \1;
+@"B0-@"EF => #(\1 + @"360);
+@"F0-@"FF => #(tabov[\1-@"F0]);
+. => @"FFFD;