On 03/20/2017 10:28 PM, Pablo Rodriguez wrote:
> Diacritics don‘t affect to Greek alphabetic sorting. This sort order
> makes more sense:
> 
>     orders = {
>         "α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ",
>         "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "σ", "τ",
>         "υ", "φ", "χ", "ψ", "ω",
>     },

I made a mistake repeating the sigma (and not including the final
sigma). Corrected version:

    orders = {
        "α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ",
        "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "ς", "τ",
        "υ", "φ", "χ", "ψ", "ω",
    },

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to