]> git.lyx.org Git - features.git/commit
lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default)
authorJosé Matos <jamatos@lyx.org>
Mon, 27 Mar 2017 10:35:29 +0000 (11:35 +0100)
committerJosé Matos <jamatos@lyx.org>
Mon, 27 Mar 2017 10:35:29 +0000 (11:35 +0100)
commitbcf715f398ead2e2c43af65bedcfecad27e48880
tree55cf25fbbb0260575d6da9957b7edc3b76543b6e
parent1269860b45646dac3a3425307dbdd56c99005732
lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default)

This patch fixes lyx2lyx running on python 3 for those systems
where the default encoding is not UTF-8, since open by default
uses the default system encoding.
lib/lyx2lyx/lyx_1_6.py
lib/lyx2lyx/unicode_symbols.py