summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/omega/otp/char2uni/insf1.otp
blob: 1c0346282a068bfc01a0128a854d9dd96d6ab95b (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
26
% File insf1.otp
% Conversion to Unicode from ISO-646 Finnish/Swedish SF-1 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;

expressions:

@"40		=> @"C9;
@"5B		=> @"C4;
@"5C		=> @"D6;
@"5D		=> @"C5;
@"5E		=> @"DC;
@"60		=> @"E9;
@"7B		=> @"E4;
@"7C		=> @"F6;
@"7D		=> @"E5;
@"7E		=> @"FC;
@"00-@"8F	=> \1;
.		=> @"FFFD;