%% This OTP translates `German' input into the standard MKR input
%% conventions.  It is part of the Makor2 package for typesetting
%% Hebrew with Omega. (December, 2002)

input: 
	1;
output: 
	1;
expressions:
	`s'`c'`h'`^'	=> `s'`h'`^'
			;
	`^'`s'`s'	=> `^'`s'
			;
	`s'`c'`h'	=> `s'`h'
			;
	`s'`s'		=> `.'`s'
			;
	`.'`w'		=> `w'
			;
	`w'		=> `v'
			;
	`s'		=> `z'
			;
	`v'		=> `f'
			;
	`z'		=> `t'`s'
			;
% Everything else...
	.		=> \*
			;