Re: [PATCH v2 10/10] doc: Use a em-dash instead

2025-08-31 Thread Heinrich Schuchardt
Am 31. August 2025 14:20:19 MESZ schrieb Adriano Carvalho : >On Sat, 30 Aug 2025 at 16:22, Heinrich Schuchardt wrote: >> [...] >> This file is also used as output of buildman -H on the command line. >> Unicode does not work if the console is using an 8-bit codepage. >> >> With the patch an error

Re: [PATCH v2 10/10] doc: Use a em-dash instead

2025-08-31 Thread Adriano Carvalho
On Sat, 30 Aug 2025 at 16:22, Heinrich Schuchardt wrote: > [...] > This file is also used as output of buildman -H on the command line. > Unicode does not work if the console is using an 8-bit codepage. > > With the patch an error in the CI occurs: > testtools.testresult.real._StringException: Ass

Re: [PATCH v2 10/10] doc: Use a em-dash instead

2025-08-30 Thread Heinrich Schuchardt
On 8/26/25 00:32, Adriano Carvalho wrote: In the browser, a single dash looks sloppy. Signed-off-by: Adriano Carvalho --- tools/buildman/buildman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index dee9584717

[PATCH v2 10/10] doc: Use a em-dash instead

2025-08-25 Thread Adriano Carvalho
In the browser, a single dash looks sloppy. Signed-off-by: Adriano Carvalho --- tools/buildman/buildman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index dee95847175..f6112c7f88c 100644 --- a/tools/buildman/bui