In python3.6 write() doesn't support bytes any more. When switching to
str it is important to keep the utf-8 encoding. When using stdin/stdout
PYTHONIOENCODING=utf-8 ensures that. Docs postprocessing script also has
to use utf-8 to make all reads and writes possible.
In python3.6 write() doesn't support bytes any more. When switching to str it is important to keep the utf-8 encoding. When using stdin/stdout PYTHONIOENCODING=utf-8 ensures that. Docs postprocessing script also has to use utf-8 to make all reads and writes possible.
Signed-off-by: Milosz Wasilewski milosz.wasilewski@linaro.org