Em Mon, 17 May 2021 11:48:04 +0100 David Woodhouse dwmw2@infradead.org escreveu:
On Sun, 2021-05-16 at 12:18 +0200, Mauro Carvalho Chehab wrote:
The conversion tools used during DocBook/LaTeX/html/Markdown->ReST conversion and some cut-and-pasted text contain some characters that aren't easily reachable on standard keyboards and/or could cause troubles when parsed by the documentation build system.
Better.
But you still don't say *why* it matters whether given characters are trivial to reach with standard keyboard layouts, or specify *what* 'troubles' the offending characters cause.
See the patches in the series. The reason for each particular case is there on each patch, like on this one:
[PATCH v3 13/16] docs: sound: kernel-api: writing-an-alsa-driver.rst: replace some characters
The conversion tools used during DocBook/LaTeX/html/Markdown->ReST conversion and some cut-and-pasted text contain some characters that aren't easily reachable on standard keyboards and/or could cause troubles when parsed by the documentation build system. Replace the occurences of the following characters: - U+00a0 (' '): NO-BREAK SPACE as it can cause lines being truncated on PDF output
Signed-off-by: Mauro Carvalho Chehab mchehab+huawei@kernel.org
Thanks, Mauro