]> git.lyx.org Git - features.git/commit
Fix lyx2lyx for layout files with umlauts
authorGeorg Baum <baum@lyx.org>
Sat, 23 Feb 2013 11:23:29 +0000 (12:23 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 23 Feb 2013 13:54:57 +0000 (14:54 +0100)
commita53dd33474f51645b5c692751fc036d4a7a03dcd
treefb7bf80291f00b581039be069c3bb40e4ff0a17e
parentc05f819ce8b94018e7c1c6c55e13d39f785e3f83
Fix lyx2lyx for layout files with umlauts

lyx2lyx died with UnicodeDecodeError: 'ascii' codec can't decode byte if a
layout with a non-ASCII character in the file name was used, since the
textclass member of the LyX class was of type str, and not unicode.
lib/lyx2lyx/LyX.py