[konsole] [Bug 450219] Trailing RLM characters are not displayed.

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Wed Feb 16 19:35:36 GMT 2022


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

--- Comment #3 from ninjalj at gmail.com ---
Since you asked:

displayCharacter() assigns characters to character cells, and originally didn't
support characters with no width (https://bugs.kde.org/show_bug.cgi?id=96536).  

Then, support was added for diacritics (Mark_NonSpacing) characters, by
allowing a character cell to, instead of containing a character, to point to a
sequence of characters
(https://invent.kde.org/utilities/konsole/-/commit/c335324f31e946d4e3a0c63d1fbed8c114aea987). 

Later, support was added for Hangul medial and terminal Jamo, which have
Letter_Other Unicode General_category
(https://invent.kde.org/utilities/konsole/-/commit/437440978bca1bd84e70ee61ba7974f63fe0630a). 

The referenced commit in the pending merge request further adds support for
zero-width Other_Format controls.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list