fix TextEdit word-move/-delete
commitc457a6db42f13ff088de926201bf431df7f1d8c5
authorRainer Clasen <bj@zuto.de>
Sun, 30 Sep 2018 16:18:31 +0000 (30 18:18 +0200)
committerRainer Clasen <bj@zuto.de>
Sun, 30 Sep 2018 16:41:10 +0000 (30 18:41 +0200)
treef72f903228f929244c09845fa58c44c1ab78f5b5
parentbf7c92d425a10020bdf55f7475fe2774b0952811
fix TextEdit word-move/-delete

Only 'special' whitespaces like tabs and linebreaks were considered.
Regular space was ignored as word-separator.

Actually, the space was missing from UTF8::isUniCharSpace()
cppconsui/CppConsUI.cpp