@kovid: this exception will happen if collation_order returns a character ordinal of 0, something that is not supposed to happen. Perhaps the ICU implementation is flaky. At any rate, it (probably) can be fixed by changing tag_browser.model.py line 412 to be
last_ordnum = last_c = 0
|