* Helge Kreutzmann <debian@xxxxxxxxxxxxx>, 2020-04-26, 18:30:
But I noticed another possible issue when reading the text: Is the (L\\(aq\\e0\\(aq) korrekt? Is the "L" supposed to be some markup?
In the source that is: L\(aq\e0\(aq which is rendered by groff as L'\0' which is C syntax for null wide character: https://en.cppreference.com/w/c/language/character_constant -- Jakub Wilk