Dear All,
Our Language, Sidama, uses the latin script. However, there are additional
consonants which are formed by using two letter combinations. Eg ph is
considered one consonant and so are sh, ch, zh, ts, ny. These constants are
ordered after the first constant used to create them. "Our alphabet" reads,
a,b,c,ch,d,dh, e,f,g,h,i,j,k,l,m,n,ny,o,p,etc
As a result, we want to sort string using this order. eg the words
cala, chala, cola should be sorted cala, cola,chala... ch has to come after
c.
So, how can we include this behavior in LO?