]> git.lyx.org Git - features.git/commit
Fix wrong space symbols (#8729)
authorGeorg Baum <baum@lyx.org>
Sun, 7 Jul 2013 08:02:16 +0000 (10:02 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 13 Jul 2013 20:43:31 +0000 (22:43 +0200)
commit89b2c54c00e14144b39f88ffdf90e1f4b8473e53
tree4ffe609b8eea77835784e9ece97994ae645206f1
parentdda0d24c7c7ce1a68f45c5c87a319388be804724
Fix wrong space symbols (#8729)

The main part of the fix (unicodesymbols) is from Jürgen. This commit fixes
tree problems:
- \; etc. were also used in text mode, but are math only
- all of those glyphs need to be forced with utf8
- actually, \; etc. are not the correct macros, since the encoded spaces are
  breakable, but the math spaces are all protected. The sapce symbols are not
  defined in the utf8 encodings.
lib/unicodesymbols
src/insets/InsetSpace.cpp