{Place the following script in your Startup file to
change the collation table that Wingz uses for sorting.
The following array will set the collation table to use a
sorting order appropriate for Danish and Norwegian.}

{Danish}

define a[6]

{                A`  a`  A'  a'  A^  a^  A~  a~     } 
a[1]="#32 0-9(Aa#192#224#193#225#194#226#195#227)"
{             C,  c,      Eth eth     E`  e`  E'  e'  E^  e^  E:  e:  }
a[2]="(Bb)(Cc#199#231)(Dd#208#240)(Ee#200#232#201#233#202#234#203#235)"
{                     I`  i`  I'  i'  I^  i^  I:  i:     }
a[3]="(Ff)(Gg)(Hh)(Ii#204#236#205#237#206#238#207#239)(Jj)(Kk)(Ll)"
{             N~  n~      O`  o`  O'  o'  O^  o^  O~  o~     }
a[4]="(Mm)(Nn#209#241)(Oo#210#242#211#243#212#244#213#245)"
{                        Thorn thorn  U`  u`  U'  u'  U^  u^      }
a[5]="(Pp)(Qq)(Rr)(Ss)(Tt#222#254)(Uu#217#249#218#250#219#251)(Vv)"
{                 U:  u:  y:        AE  ae  A:  a:    O/  o/  O:  o:    A-ring}
a[6]="(Ww)(Xx)(Yy#220#252#255)(Zz)(#198#230#196#228)(#216#248#214#246)(#197#229)*$"

set collation table a
use collation type -2
