]> git.lyx.org Git - features.git/commit
fix layout2layout with stdin/out for Py3.
authorGünter Milde <milde@lyx.org>
Sun, 7 Jul 2019 18:37:12 +0000 (20:37 +0200)
committerGünter Milde <milde@lyx.org>
Sun, 7 Jul 2019 18:37:12 +0000 (20:37 +0200)
commit8556cb1c66c6548c110cc96e2c8245102cefb906
tree8c4e75296500b89191436f58354594541e5509bf
parent0d49918c0c815ead4ab70128fd6677118bf08c1e
fix layout2layout with stdin/out for Py3.

sys.stdin and sys.stdout expect a Unicode string,
with bytes we must use sys.std(in|out).buffer.
lib/scripts/layout2layout.py