SUMMARY When I'm copying&pasting text from Konsole to text editor if there's an emoji at the end of line, that line gets concatenated with next line. STEPS TO REPRODUCE 1. Invoke `$ ls /etc/vim | sed -e "s/$/🔵/"` 2. Select result 3. Paste into text editor (e.g. middle click in kate) Using Ctrl-Shift-C and pasting via edit->paste has the same result. OBSERVED RESULT gvimrc🔵vimrc🔵vimrc.tiny🔵 EXPECTED RESULT (obtained in Terminator) gvimrc🔵 vimrc🔵 vimrc.tiny🔵 SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION I'm seeing this behaviour at least since Febuary 2023.
*** This bug has been marked as a duplicate of bug 473500 ***
(In reply to ninjalj from comment #1) > > *** This bug has been marked as a duplicate of bug 473500 *** Thanks!