Skip to content
Commit 66127663 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

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)

BUG:392710
parent bdb8cd8f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment