mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Special characters, including `\r`, `\n`, and more esoteric codepoints like non-characters, can negatively affect rendering and UI behaviour. Check for, and prevent making new messages with, characters in the Unicode categories of `Cc` (control characters), `Cs`, (surrogates), and `Cn` (unassigned, non-characters). Fixes #20128.
102 KiB
102 KiB