]> git.lyx.org Git - features.git/commit
Handle script chars in latexSurrogatePair
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 21 Apr 2018 09:38:19 +0000 (11:38 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 21 Apr 2018 09:38:19 +0000 (11:38 +0200)
commitb7223bc5d19ca2fc8156fdbe520fcbee94dec1d5
tree7616dcffd02bcc382ec3f342d20531275d2f3df0
parent9fa36455c9778774a748528a6aab5304b3d40ff8
Handle script chars in latexSurrogatePair

If we have "script chars" (\textcyr or \textgreek) combined with
combining chars, the combining chars need to go inside the script
macro.

Fixes: #6463
src/Paragraph.cpp