Bug 399795

Summary: Spaces between f r e s h
Product: [Applications] konsole Reporter: gglater62
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal CC: egmont, mglb, nate
Priority: NOR    
Version First Reported In: 18.08.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 18.12.0
Sentry Crash Report:
Attachments: text taken from freshcode.club

Description gglater62 2018-10-14 14:29:31 UTC
Created attachment 115639 [details]
text taken from freshcode.club

Spaces in fresh code (text from freshcode.club)


STEPS TO REPRODUCE
1. See less fresh.txt in konsole and compare it with gnome-terminal, or lxterminal
2. 
3. 

OBSERVED RESULT
spaces between letters.

EXPECTED RESULT
no spaces between letters.


SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5
KDE Frameworks Version: 5.48 
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2018-10-14 15:31:21 UTC
Mariusz, is this something that was fixed recently with your emoji/unicode work?
Comment 2 Christoph Feck 2018-10-15 01:53:51 UTC
Are these Unicode 'Fullwidth' letters? If yes, they should take two cells.
Comment 3 Christoph Feck 2018-10-15 02:00:20 UTC
Ah, no ... these are 'Mathematical Alphanumeric Symbols', and afaik shouldn't have widechar property. I think there was a temporary fix to assign widechar property to all non-BMP characters to help Emoji rendering. If I understand the upcoming 18.12 widechar commits correctly, the new version will use the actual Unicode properties.

TL;DR: Please test Konsole from master branch (e.g. Neon developer live image).
Comment 4 Egmont Koblinger 2018-10-15 08:19:55 UTC
I get double wide chars with konsole-18.04.3 and single-wide ones with current master. So I can confirm it was fixed recently.