[konsole] [Bug 450219] Trailing RLM characters are not displayed.
https://bugs.kde.org/show_bug.cgi?id=450219 Yaron Shahrabani changed: What|Removed |Added CC||sh.ya...@gmail.com Keywords||rtl -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 450219] Trailing RLM characters are not displayed.
https://bugs.kde.org/show_bug.cgi?id=450219 --- Comment #4 from Dotan Cohen --- Thanks. I honestly think that all characters should be displayed. Every Unicode character and code point exists because somebody, somewhere, needs it. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 450219] Trailing RLM characters are not displayed.
https://bugs.kde.org/show_bug.cgi?id=450219 --- Comment #3 from ninj...@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 watching all bug changes.
[konsole] [Bug 450219] Trailing RLM characters are not displayed.
https://bugs.kde.org/show_bug.cgi?id=450219 Dotan Cohen changed: What|Removed |Added CC||kde-2011...@dotancohen.com --- Comment #2 from Dotan Cohen --- Great, thanks. I wonder what problem that displayCharacter() method is intended to solve. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 450219] Trailing RLM characters are not displayed.
https://bugs.kde.org/show_bug.cgi?id=450219 ninj...@gmail.com changed: What|Removed |Added CC||ninj...@gmail.com --- Comment #1 from ninj...@gmail.com --- Current konsole strips RLM, among other General_Category=Other_Format (Cf) characters. There is a pending merge request with a commit that changes this: https://invent.kde.org/utilities/konsole/-/merge_requests/567/diffs?commit_id=24216793f573192934f0d9e9d99ac312c5693cb6 -- You are receiving this mail because: You are watching all bug changes.