Merge branch 'master' of git.lyx.org:lyx

This commit is contained in:
Uwe Stöhr 2014-03-09 18:20:55 +01:00
commit 4f716cb0f8

View File

@ -135,6 +135,8 @@ bool isUnicodeSymbolAvailable(docstring const & name, char_type & c)
is_combining, termination);
}
return c != 0 && !is_combining;
#else
return false;
#endif
}