%% This file expects US input conventions. It looks for patterns specifying
%% trope (cantorial diacritics), and transfers them to the proper
%% characters. This file ``turns off'' trope.
input:
1;
output:
1;
expressions:
%% Trope...
`['`e'`t'`n'`a'`h'`t'`a'`]' =>
;
`['`s'`e'`g'`o'`l'`]' =>
;
`['`s'`h'`a'`l'`s'`h'`e'`l'`e'`t'`]' =>
;
`['`z'`a'`q'`e'`f'`q'`a'`t'`a'`n'`]' =>
;
`['`z'`a'`q'`e'`f'`g'`a'`d'`o'`l'`]' =>
;
`['`t'`i'`p'`e'`h'`a'`]' =>
;
`['`r'`e'`v'`i'`a'`]' =>
;
`['`z'`a'`r'`q'`a'`]' =>
;
`['`p'`a'`s'`h'`t'`a'`]' =>
;
`['`y'`e'`t'`i'`v'`]' =>
;
`['`t'`e'`v'`i'`r'`]' =>
;
`['`g'`e'`r'`e'`s'`h'`]' =>
;
`['`g'`e'`r'`e'`s'`h'`m'`u'`q'`d'`a'`m'`]' =>
;
`['`g'`e'`r'`s'`h'`a'`y'`i'`m'`]' =>
;
`['`q'`a'`r'`n'`e'`y'`p'`a'`r'`a'`]' =>
;
`['`t'`e'`l'`i'`s'`h'`a'`g'`e'`d'`o'`l'`a'`]' =>
;
`['`p'`a'`z'`e'`r'`]' =>
;
`['`m'`u'`n'`a'`h'`]' =>
;
`['`m'`a'`h'`a'`p'`a'`k'`h'`]' =>
;
`['`m'`e'`r'`k'`h'`a'`]' =>
;
`['`m'`e'`r'`h'`k'`h'`a'`k'`e'`f'`u'`l'`a'`]' =>
;
`['`d'`a'`r'`g'`a'`]' =>
;
`['`q'`a'`d'`m'`a'`]' =>
;
`['`t'`e'`l'`i'`s'`h'`a'`q'`e'`t'`a'`n'`a'`]' =>
;
`['`y'`e'`r'`a'`h'`b'`e'`n'`y'`o'`m'`o'`]' =>
;
`['`o'`l'`e'`]' =>
;
`['`i'`l'`u'`y'`]' =>
;
`['`d'`e'`h'`i'`]' =>
;
`['`z'`i'`n'`o'`r'`]' =>
;
`['`m'`a'`s'`o'`r'`a'`c'`i'`r'`c'`l'`e'`]' =>
;
%% Other stuff...
. => \1
;