]> git.lyx.org Git - features.git/commit
Fix lyx2lyx unicodesymbols escaping
authorGeorg Baum <baum@lyx.org>
Sun, 14 Jun 2015 10:44:44 +0000 (12:44 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 14 Jun 2015 10:44:44 +0000 (12:44 +0200)
commita2f127f8c38d10bc9b4414ea522640b64adb5b77
treed1f532dcba9a55f9ff22e7cb997abb7135c89ec9
parentaa4d41d282d2643bf83ba0a5bca528b1d7f4d271
Fix lyx2lyx unicodesymbols escaping

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().
lib/lyx2lyx/lyx2lyx_tools.py
lib/lyx2lyx/lyx_1_5.py
lib/lyx2lyx/lyx_1_6.py
lib/lyx2lyx/unicode_symbols.py