https://bugs.kde.org/show_bug.cgi?id=392710
--- Comment #4 from Tyson Tan <tyson...@mail.com> --- (In reply to Dmitry Kazakov from comment #3) > Git commit 548f7522be86e78cdb82f436c39ce14e4ab3c860 by Dmitry Kazakov. > Committed on 02/10/2018 at 20:05. > Pushed by dkazakov into branch 'krita/4.1'. > > Fix loading of consequent special unicode whitespace characters > > To add multiple consequent whitespaces, do the following: > > 1) Switch to SVG mode > 2) Write   (for en-space) or   (for em-space) > at the place where non-compressible characters should appear. > 3) Now you may switch back into rich-text mode if needed, the > mnemonics will be automatically converted into corresponding > Unicode characters. > > NOTE: non-numeric mnemonics, like   or   are not supported > (is seems like SVG standard doesn't support that) > > M +3 -3 libs/flake/text/KoSvgTextChunkShape.cpp > > https://commits.kde.org/krita/548f7522be86e78cdb82f436c39ce14e4ab3c860 Thank you Dmitry! But is it possible to do this without switching to SVG mode and input   ? For one I don't know about this code at all although being a HTML/CSS coder for many years now, we always use . I would love to see this implemented in a way that allows user to just input multiple [SPACE] in the Rich Text Editor. -- You are receiving this mail because: You are watching all bug changes.