Re: [PATCH v3 00/16] Replace some bad characters on documents
Mauro Carvalho Chehab <[email protected]> Mon, 17 May 2021 13:24:46 +0200
| Newsgroups | gmane.linux.acpi.devel,gmane.linux.documentation,gmane.linux.kernel,gmane.linux.alsa.devel,gmane.comp.emulators.kvm.devel,gmane.linux.ports.arm.kernel,gmane.comp.file-systems.ext4,gmane.linux.kernel.hwmon,gmane.linux.drivers.video-input-infrastructure,gmane.linux.kernel.pci,gmane.linux.usb.general,gmane.comp.video.mjpeg.user,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
Em Mon, 17 May 2021 11:48:04 +0100 David Woodhouse <[email protected]> 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 <[email protected]> Thanks, Mauro