https://bugs.kde.org/show_bug.cgi?id=349088
Thomas Landauer <tho...@landauer.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tho...@landauer.at --- Comment #10 from Thomas Landauer <tho...@landauer.at> --- I'm observing the same with other characters too, in Konsole 19.12.3 (=default on kubuntu 20.04): ✔ (checkmark) and ✖ (X) Here's a (very fancy ;-) reproduction script: ```bash #!/bin/bash echo '✖'; echo '✖A'; echo '✖ A'; echo '↓'; echo '↓A'; echo '↓ A'; ``` The problem only occurs, if the UTF8-character is *immediately* followed by another (`✖A`); it works if it's followed by a line break or space. Here's a screenshot: https://github.com/Codeception/Codeception/issues/6029#issue-735432274 -- You are receiving this mail because: You are watching all bug changes.