mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
parent
3f364864d4
commit
7b3404fcab
@ -895,8 +895,8 @@ void Text::insertStringAsLines(Cursor & cur, docstring const & str,
|
||||
++pos;
|
||||
space_inserted = true;
|
||||
}
|
||||
} else if (!isPrintable(ch)) {
|
||||
// Ignore unprintables
|
||||
} else if (!isPrintable(ch) && ch != 0x200c) {
|
||||
// Ignore unprintables, except for ZWNJ (0x200c)
|
||||
continue;
|
||||
} else {
|
||||
// just insert the character
|
||||
|
Loading…
Reference in New Issue
Block a user