Do not warn when pasting non-dangerous characters

Authored by mglb on Nov 17 2019, 11:04 PM.

Description

Do not warn when pasting non-dangerous characters

The old code was filtering things like characters from Private Use Area
and surrogates (used to represent code points > 0xFFFF, e.g. emojis). In
worst case, when pasted, they appear as <?>. The filter is now limited
to all control characters except TAB, CR, LF.

Details

Committed
mglbNov 17 2019, 11:04 PM
Parents
R319:7bcf92696bad: Use URLs with transport encryption
Branches
Unknown
Tags
Unknown