http://www.perlmonks.org?node_id=897218


in reply to New Alphabet Sort Order

I would take a look at the Collate name space, especially Unicode::Collate. That module provides string sorting for some other "weird" alphabets already, and even if you can't use it, its API might be enough for you to start your own string comparison.