According to a proposed Norwegian standard for alphabetization of which
I've obtained a draft, <u:> is indeed equivalent to u (to my surprise), and <th> sorts immediately after z. The correct ordering is algorithmic (based on the EOR) and can not be accurately represented as a table.
This commit is contained in:
parent
faa0cddcb0
commit
7999530a8d
@ -21,9 +21,10 @@ order \
|
||||
B;(C,<C,>);(D,<D->);(E,<E'>,<E!>,<E/>>,<E:>);\
|
||||
F;G;H;(I,<I'>,<I!>,<I/>>,<I:>);\
|
||||
J;...;M;(N,<N?>);(O,<O'>,<O!>,<O?>,<O/>>);\
|
||||
P;...;T;(U,<U'>,<U!>,<U/>>,<U:>);\
|
||||
V;W;X;(Y,<Y'>);Z;(<AE>,<A:>);(<O//>,<O:>);<AA>;\
|
||||
P;...;T;(U,<U'>,<U!>,<U/>>);\
|
||||
V;W;X;(Y,<Y'>,<U:>);Z;\
|
||||
<TH>;\
|
||||
(<AE>,<A:>);(<O//>,<O:>);<AA>;\
|
||||
#
|
||||
[;\\;];^;<':>;_;<'m>;<''>;`;\
|
||||
# small
|
||||
@ -31,9 +32,10 @@ order \
|
||||
b;(c,<c,>);(d,<d->);(e,<e'>,<e!>,<e/>>,<e:>);\
|
||||
f;g;h;(i,<i'>,<i!>,<i/>>,<i:>);\
|
||||
j;...;m;(n,<n?>);(o,<o'>,<o!>,<o?>,<o/>>);\
|
||||
p;...;t;(u,<u'>,<u!>,<u/>>,<u:>);\
|
||||
v;w;x;(y,<y'>,<y:>);z;(<ae>,<a:>);(<o//>,<o:>);<aa>;\
|
||||
p;...;t;(u,<u'>,<u!>,<u/>>);\
|
||||
v;w;x;(y,<y'>,<y:>,<u:>);z;\
|
||||
<th>;\
|
||||
(<ae>,<a:>);(<o//>,<o:>);<aa>;\
|
||||
#
|
||||
\{;<NO>;|;<BB>;\};~;<.M>;<DG>;<My>;<DT>;\
|
||||
# remains
|
||||
|
@ -21,9 +21,10 @@ order \
|
||||
B;(C,<C,>);(D,<D->);(E,<E'>,<E!>,<E/>>,<E:>);\
|
||||
F;G;H;(I,<I'>,<I!>,<I/>>,<I:>);\
|
||||
J;...;M;(N,<N?>);(O,<O'>,<O!>,<O?>,<O/>>,<OE>);\
|
||||
P;Q;R;(S,<S<>);T;(U,<U'>,<U!>,<U/>>,<U:>);\
|
||||
V;W;X;(Y,<Y'>,<Y:>);(Z,<Z<>);(<AE>,<A:>);(<O//>,<O:>);<AA>;\
|
||||
P;Q;R;(S,<S<>);T;(U,<U'>,<U!>,<U/>>);\
|
||||
V;W;X;(Y,<Y'>,<Y:>,<U:>);(Z,<Z<>);\
|
||||
<TH>;\
|
||||
(<AE>,<A:>);(<O//>,<O:>);<AA>;\
|
||||
#
|
||||
[;\\;];^;_;<'m>;`;\
|
||||
# small
|
||||
@ -31,9 +32,10 @@ order \
|
||||
b;(c,<c,>);(d,<d->);(e,<e'>,<e!>,<e/>>,<e:>);\
|
||||
f;g;h;(i,<i'>,<i!>,<i/>>,<i:>);\
|
||||
j;...;m;(n,<n?>);(o,<o'>,<o!>,<o?>,<o/>>,<oe>);\
|
||||
p;q;r;(s,<s<>,<ss>);t;(u,<u'>,<u!>,<u/>>,<u:>);\
|
||||
v;w;x;(y,<y'>,<y:>);(z,<z<>);(<ae>,<a:>);(<o//>,<o:>);<aa>;\
|
||||
p;q;r;(s,<s<>,<ss>);t;(u,<u'>,<u!>,<u/>>);\
|
||||
v;w;x;(y,<y'>,<y:>,<u:>);(z,<z<>);\
|
||||
<th>;\
|
||||
(<ae>,<a:>);(<o//>,<o:>);<aa>;\
|
||||
#
|
||||
\{;<NO>;|;\};~;<.M>;<DG>;<My>;<DT>;\
|
||||
# remains
|
||||
|
Loading…
Reference in New Issue
Block a user