% File in646.otp
% Conversion to Unicode from 7-bit ASCII (ISO-646)
% 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;
.		=> @"FFFD;
