blob: 3731f5ee7b96674f1b15429f34c690134eaab72d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% File in88595.otp
% Conversion to Unicode from ISO-8859-5 (Latin/Cyrillic)
% 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-@"A0 => \1;
@"AD => \1;
@"F0 => @"2116;
@"FD => @"A7;
@"A1-@"FF => #(\1+@"360);
. => @"FFFD;
|