Amharic Text Sorter

Sort Amharic text in correct Ethiopian Fidel alphabetical order using Intl.Collator am locale — ascending, descending, dedup, and trim options.

Paste Amharic words or lines (one per line) into the input, set options, then click Sort.

5 lines

About Amharic Text Sorting

Librarians cataloguing Amharic titles, database developers building Amharic directories, and anyone compiling a sorted Amharic word list all run into the same technical trap. If you sort Amharic text using a standard sort function in JavaScript or Python, the result is ordered by Unicode code point, which produces an output that looks completely wrong to any Amharic reader. The Fidel sequence, where ሀ comes first and characters are ordered by their position in the traditional consonant grid, is not the same as Unicode order. This tool sorts using the Intl.Collator API with the Amharic locale, which produces the correct Fidel-order result that Amharic readers expect.

The Fidel ordering is a deep part of how Ethiopians navigate written information. Ethiopian dictionaries, phone books, and indexes are all organised by Fidel sequence. If you present a sorted Amharic list to an Ethiopian reader and it is in Unicode order instead, they will notice immediately. The ordering feels as arbitrary to them as a list of English words sorted by ASCII code would feel to an English reader. Getting the sort order right is not a minor detail; it is what makes the output usable.

Paste your lines of Amharic text into the input area and the tool sorts them instantly, with options for ascending or descending order, duplicate line removal, and whitespace trimming. Both input and output areas are editable, so you can refine your list and copy the result directly when you are done.

The sort runs entirely in your browser using the browser's built-in internationalization engine. No text is sent to any server. Because it relies on the Intl.Collator implementation, accuracy may vary slightly across browsers, but all modern browsers support Amharic collation reliably.

Related Tools