Skip to content

Don't crash if a character is not a valid char in isSpace()

Aaron Dewes requested to merge aarondewes/konsole:master into master

Qt 6 includes Q_ASSERT(rc <= 0xffff) in the QChar constructor.

This causes Qt 6 builds of Konsole to segfault when entering an emoji or when a script is printing an emoji.

Merge request reports