mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
a2f127f8c3
The escaping of symbols read from unicodesymbols was inconsistent, which lead to wrong replacements (bug 9559). Now the escaping is consistent: unicode_reps contains unescaped LaTeX commands, the needed escaping for LyX files is applied in put_cmd_in_ert() and lyx2latex().