summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/char2uni/inov.otp
blob: 28836c9422aa38f3ce9936073d77628fb441a25a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;