]> git.lyx.org Git - features.git/commit
Fix Python escaping of unicode string
authorScott Kostyshak <skostysh@lyx.org>
Tue, 26 Dec 2017 07:03:06 +0000 (02:03 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 26 Dec 2017 07:10:49 +0000 (02:10 -0500)
commit713fd70e8fdca800e74e256979e2a86ab522d099
tree85bae99a196bc42940f034ac855e998f2deba1df
parent61b1a20185498e92593b17a8bb38034dea7925fc
Fix Python escaping of unicode string

When removing "r" from "ur", it is needed to add extra backslashes.
See:

  https://www.mail-archive.com/search?l=mid&q=2024193.iXIh6cq6L3%40myth

Thanks to José.

This commit amends b7983478 (and thus 586d16a4).
lib/lyx2lyx/lyx_2_3.py