NatTupper / dline

A feature-rich terminal discord client
GNU General Public License v3.0
62 stars 4 forks source link

Formatting inconsistency? #2

Closed Xavyrr closed 6 years ago

Xavyrr commented 6 years ago

Names with non-alphanumeric characters don't display a colon after their names. Messages are formatted something like, NAME+": "+MESSAGE However if the name has say, Japanese characters in it, the semicolon is dropped. screenshot from 2018-05-17 19-37-57 This issue does not occur in older versions like this: screenshot from 2018-05-17 19-40-40

NatTupper commented 6 years ago

I am aware of this bug. It's probably something due to the way curses renders multibyte characters.