Carlos Bilbao <carlos.bilbao@xxxxxxx> writes: > On 3/29/23 12:22 AM, Akira Yokosawa wrote: >> As this file is included literally, ZERO WIDTH SPACE causes >> "make pdfdocs" to emit messages which read: >> >> Missing character: There is no (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;! >> Missing character: There is no (U+200B) in font DejaVu Sans Mono/OT:script=latn;language=dflt;! >> >> U+200B (ZERO WIDTH SPADE) has no effect in literal blocks. >> Remove them and get rid of those noises. >> >> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> >> Cc: Carlos Bilbao <carlos.bilbao@xxxxxxx> >> Cc: Jonathan Corbet <corbet@xxxxxxx> >> --- >> Hi, >> >> Offending commit is 259b007f5729 ("docs/sp_SP: Add memory-barriers.txt >> Spanish translation") merged into v6.2. >> As this is not a bug fix, I'm not putting a Fixes: tag. >> >> Note: It might be hard for human eyes to see where the removed >> ZERO WIDTH SPACEs were. :-) >> >> Thanks, Akira > > Good catch, Akira! Acked-by: Carlos Bilbao <carlos.bilbao@xxxxxxx> Carlos, when you put an Acked-by in the middle of a line like that, b4 no longer sees it. Anyway, I've applied the patch, thanks. jon