There are two issues currently: * calls to `str.len()` for counting message lengths; * relying on `std::fmt`'s formatting for output, which messes the output when complex graphemes get into it.
There are two issues currently:
str.len()for counting message lengths;std::fmt's formatting for output, which messes the output when complex graphemes get into it.