[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

Thomas Landauer bugzilla_noreply at kde.org
Tue Mar 16 10:59:53 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=349088

Thomas Landauer <thomas at landauer.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas at landauer.at

--- Comment #10 from Thomas Landauer <thomas at 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 the assignee for the bug.


More information about the konsole-devel mailing list