]> git.lyx.org Git - features.git/commit
Fix bug #7954 (now really)
authorGeorg Baum <baum@lyx.org>
Sat, 7 Jun 2014 08:50:11 +0000 (10:50 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 7 Jun 2014 08:54:17 +0000 (10:54 +0200)
commitc1ac09e11fc127b61ecc91ac623791c571f48d34
tree16c26655430a1b079ecc94d8bd8950feade17e67
parent8c0e1b5c70b72bf1bdc23764890c742f6e88add6
Fix bug #7954 (now really)

Thanks to maciejr we know now what the remaining problem was with bug 7954:
My unicode symbol fallback works fine, the problem was that a font named
"Symbol" is available on OS X, but it does not use the font-specific encoding
we expect: Almost all glyphs are at their unicode code point.
Therefore the bug is fixed by re-enabling the unicode workaround and blocking
the Symbol font on OS X.
lib/symbols
src/frontends/qt4/GuiFontLoader.cpp
src/mathed/MathFactory.cpp
src/mathed/MathSupport.cpp