]> 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 11:23:29 +0000 (12:23 +0100)
commitd2d0f1964ddafb1b46448a9e2d59255cf2875283
tree49713abc686f26a2a458c81a21973aac204a5531
parentbe18719783f0762055420e92a6747d7faf1de4b4
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