blob: 653459365b38e15ad91f0b641b4c5862ce05a423 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
%%% mac-dk.csf --- Danish mac-roman sorting order file for bibtex8
%% Copyright (C) 2005 Arne Jorgensen
%% Author: Arne Jorgensen <arne.jorgensen@tug.dk>
%% Version: $Id: mac-dk.csf 70 2005-08-03 11:13:09Z arne $
%% This file is free software; you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published
%% by the Free Software Foundation; either version 2 of the License,
%% or (at your option) any later version.
%% This file is distributed in the hope that it will be useful, but
%% WITHOUT ANY WARRANTY; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
%% General Public License for more details.
%% You should have received a copy of the GNU General Public License
%% along with this file; if not, write to the Free Software
%% Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
%% 02110-1301, USA.
%%% Commentary:
%%% Code:
%%% Character Set:
\lowupcase{
% \`{a} \`{A}
% \'{a} \'{A}
% \^{a} \^{A}
% \~{a} \~{A}
% \"{a} \"{A}
% \ring{a} \ring{A}
% \ae \AE
% \c{c} \c{C}
% \`{e} \`{E}
% \'{e} \'{E}
% \^{e} \^{E}
% \"{e} \"{E}
% \`{\i} \`{I}
% \'{\i} \'{I}
% \^{\i} \^{I}
% \"{\i} \"{I}
% \~{n} \~{N}
% \`{o} \`{O}
% \'{o} \'{O}
% \^{o} \^{O}
% \~{o} \~{O}
% \"{o} \"{O}
% \o \O
% \`{u} \`{U}
% \'{u} \'{U}
% \^{u} \^{U}
% \"{u} \"{U}
}
%%% Sorting Order:
\order{
0-9 % 0-9
A a % A \'{A} \`{A} \^{A} \~{A} a \'{a} \`{a} \^{a} \~{a}
B b % B b
C c % C \c{C} c \c{c}
D d % D d
E e % E \'{E} \`{E} \"{E} \^{E} e \'{e} \`{e} \"{e} \^{e}
F f % F f
G g % G g
H h % H h
I i % I \'{I} \'{I} \"{I} \^{I} i \'{\i} \`{\i} \"{\i} \^{\i}
J j % J j
K k % K k
L l % L l
M m % M m
N n % N \~{N} n \~{n}
O o % O \'{O} \`{O} \^{O} \~{O} o \'{o} \`{o} \^{o} \~{o}
P p % P p
Q q % Q q
R r % R r
S s % S s
T t % T t
U u % U \'{U} \`{U} \^{U} u \'{u} \`{u} \^{u}
V v % V v
W w % W w
X x % X x
Y y % Y \"{U} y \"{u} \"{y}
Z z % Z z
% \AE \"{A} \ae \"{a}
% \O \"{O} \o \"{o}
% \ring{A} \ring{a}
}
%% Local Variables:
%% coding: mac-roman
%% comment-start: "%% "
%% End:
%%% mac-dk.csf ends here
|