SUMMARY When pasting into Konsole, a check is made for unprintable characters. This check also triggers a warning for (printable) non-BMP characters. STEPS TO REPRODUCE 1. Mark this icon: 😣 2. Copy into clipboard 3. Paste into Konsole OBSERVED RESULT A warning about two unprintable surrogate characters EXPECTED RESULT It handles surrogate pairs, and uses QChar::isPrintable(uint) to check them. See a similar patch for KWin at https://phabricator.kde.org/D19052
This was fixed in 5e142c9dad, wasn't it?
Yes, thanks