Better collation.

This commit is contained in:
Ulrich Drepper 2005-07-26 16:08:46 +00:00
parent 73adcf6c8f
commit 6fa565cbe2
1 changed files with 41 additions and 8 deletions

View File

@ -67,8 +67,15 @@ copy "iso14651_t1"
%% a' e' i' o' u' are sorted as if they were unaccented %% a' e' i' o' u' are sorted as if they were unaccented
%% o" and u" are sorted as if they were o: and u: %% o" and u" are sorted as if they were o: and u:
collating-symbol <aacute>
collating-symbol <eacute>
collating-symbol <iacute>
collating-symbol <oacute>
collating-symbol <odouble> collating-symbol <odouble>
collating-symbol <odacute>
collating-symbol <uacute>
collating-symbol <udouble> collating-symbol <udouble>
collating-symbol <udacute>
collating-symbol <cs> collating-symbol <cs>
collating-element <C-S> from "<U0043><U0053>" collating-element <C-S> from "<U0043><U0053>"
@ -233,39 +240,65 @@ reorder-after <CAP>
<CAP-CAP-MIN> <CAP-CAP-MIN>
<CAP-CAP-CAP> <CAP-CAP-CAP>
reorder-after <a>
<aacute>
reorder-after <c> reorder-after <c>
<cs> <cs>
reorder-after <d> reorder-after <d>
<dz> <dz>
<dzs> <dzs>
reorder-after <e>
<eacute>
reorder-after <g> reorder-after <g>
<gy> <gy>
reorder-after <i>
<iacute>
reorder-after <l> reorder-after <l>
<ly> <ly>
reorder-after <n> reorder-after <n>
<ny> <ny>
reorder-after <o> reorder-after <o>
<oacute>
<odouble> <odouble>
<odacute>
reorder-after <s> reorder-after <s>
<sz> <sz>
reorder-after <t> reorder-after <t>
<ty> <ty>
reorder-after <u> reorder-after <u>
<uacute>
<udouble> <udouble>
<udacute>
reorder-after <z> reorder-after <z>
<zs> <zs>
reorder-after <a>
<U00E1> <aacute>;<aacute>;<MIN>;IGNORE
<U00C1> <aacute>;<aacute>;<CAP>;IGNORE
reorder-after <e>
<U00E9> <eacute>;<eacute>;<MIN>;IGNORE
<U00C9> <eacute>;<eacute>;<CAP>;IGNORE
reorder-after <i>
<U00ED> <iacute>;<iacute>;<MIN>;IGNORE
<U00CD> <iacute>;<iacute>;<CAP>;IGNORE
reorder-after <o> reorder-after <o>
<U00F6> <odouble>;<REU>;<MIN>;IGNORE <U00D3> <oacute>;<oacute>;<MIN>;IGNORE
<U0151> <odouble>;<DAC>;<MIN>;IGNORE <U00F6> <odouble>;<odouble>;<MIN>;IGNORE
<U00D6> <odouble>;<REU>;<CAP>;IGNORE <U0151> <odacute>;<odacute>;<MIN>;IGNORE
<U0150> <odouble>;<DAC>;<CAP>;IGNORE <U00F3> <oacute>;<oacute>;<CAP>;IGNORE
<U00D6> <odouble>;<odouble>;<CAP>;IGNORE
<U0150> <odacute>;<odacute>;<CAP>;IGNORE
reorder-after <u> reorder-after <u>
<U00FC> <udouble>;<REU>;<MIN>;IGNORE <U00FA> <uacute>;<uacute>;<MIN>;IGNORE
<U0171> <udouble>;<DAC>;<MIN>;IGNORE <U00FC> <udouble>;<udouble>;<MIN>;IGNORE
<U00DC> <udouble>;<REU>;<CAP>;IGNORE <U0171> <udacute>;<udacute>;<MIN>;IGNORE
<U0170> <udouble>;<DAC>;<CAP>;IGNORE <U00DA> <uacute>;<uacute>;<CAP>;IGNORE
<U00DC> <udouble>;<udouble>;<CAP>;IGNORE
<U0170> <udacute>;<udacute>;<CAP>;IGNORE
reorder-after <U0043> reorder-after <U0043>
<C-S> <cs>;<BAS>;<CAP>;IGNORE <C-S> <cs>;<BAS>;<CAP>;IGNORE