]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:35 +0000 (15:48 +0200)
commitec804337185890219acd1e571da2146b3d16d8b3
tree12a4065d2febe9700c50219bf69d9038e63f493a
parenta4d02ee98458da7b96b14ab7a7eb6bfa9c8073e5
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