Comment # 2 on bug 1215465 from Felix Niederwanger
I think the underlying issue is that the man output consists of non-ascii
characters now. When comparing the output of man podman-build between
Tumbleweed and SLES 15-SP4 it becomes apparent that e.g. the dash character on
Tumbleweed is not the '-' dash character:

> phoenix@tumbleweed:~ $ man podman-build
> NAME
>        podman‐build ‐ Build a container image using a Containerfile
>
> phoenix@sles15sp5:~ $ man podman-build
> NAME
>        podman-build - Build a container image using a Containerfile

Visually they are not really different, but when copying to a text editor or
looking at the encoding it becomes clear that on Tumbleweed the output is
different.

This causes also openQA to stumble, e.g. here:
https://openqa.opensuse.org/tests/3628637#step/docker/221

Can perhaps the man maintainer have a look if there were some recent changes
that would explain this behaviour?


You are receiving this mail because: