How to sort a list of words in Ancient Greek?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ancient Greek uses a large number of single and combined accents. The unicode
characters for each pre-composed form are in almost random order. Attempting
to sort a list of Ancient Greek words leaves accented alpha (the first letter
in the alphabet) after omega (the last letter in the alphabet), etc.

Is there anyway to change the way the sort function works?
Currently I am unable to sort lists, create index tables etc.
 
Back
Top