@tedu Hi, thank you for making a lot of great softwares!
I just started using Honk in Japanese and found that thelistingoftheontologies skips an ontology if len(o.Name) > 24. In Japanese, where typical characters eat 2-3 bytes each, this limitation seems too tight.
How about counting the number of runes (Unicode scalar values) instead of bytes?