blob: 790049ea3369c56365237f6b27131bd426a403a7 (
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
|
%
%
% This file is part of
% MakeIndex - A formatter and format independent index processor
%
% Author: Gabor Herr
%
%
% $Log: umlaut.ist,v $
% Revision 1.1 1991/12/13 16:46:00 schrod
% Initial revision
%
% Revision 1.1 1991/08/26 17:49:31 herr
% Initial revision
%
%
% merge rules for german umlauts and sharp 's'
% change quoute character to avoid problems with '\"'
quote '~'
% Umlaut-characters should left unchanged in the merge-pass.
merge_rule "\\?\"[AaOoUus]" "&"
merge_rule "\\ss({})?" "&"
|