added check that pasted text contains only printable characters [UBDF-17891]
added check that pasted text contains only printable characters. For \n
is also allowed. For CodeMirror
- \n
and \t
.
Attempt to paste non-printable characters throws ERR_UNPRINTABLE_CHARS
exception