Skip to content

Treat invisible characters as spaces. - #331

Open
meh7an wants to merge 1 commit into
desktop-app:masterfrom
meh7an:spaces-defined
Open

Treat invisible characters as spaces.#331
meh7an wants to merge 1 commit into
desktop-app:masterfrom
meh7an:spaces-defined

Conversation

@meh7an

@meh7an meh7an commented Jul 23, 2026

Copy link
Copy Markdown

No description provided.

@CLAassistant

CLAassistant commented Jul 23, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread ui/text/text.cpp
Comment on lines +2333 to +2342
|| (ch == QChar(8203)) // zero width space
|| (ch == QChar(0x200C)) // zero width non-joiner
|| (ch == QChar(0x200D)) // zero width joiner
|| (ch == QChar(0x2060)) // word joiner
|| (ch == QChar(0x1160)) // hangul jungseong filler
|| (ch == QChar(0x3164)) // hangul filler
|| (ch == QChar(0xFFA0)) // halfwidth hangul filler
|| (ch == QChar(0x17B4)) // khmer vowel inherent aq
|| (ch == QChar(0x17B5)) // khmer vowel inherent aa
|| (ch == QChar(0x2800));// braille pattern blank

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like it's going to break lots of language scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants