https://bugs.kde.org/show_bug.cgi?id=392710
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/66127663d6930fcc8581997d |ta/548f7522be86e78cdb82f436 |977761a9f838ef49 |c39ce14e4ab3c860 --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.