Non-printing characters in some manpages
Opened this issue · 0 comments
I've noticed that some manpages have non-printing characters in them; for instance, std::rand
has this line (should be 0
):
Line 9 in 478d353
According to grep, there's around 200 files that have the characters, which, comparing to the website versions, seem to almost always be characters in <span>
tags, such as 0
, a ;
, a (
, or whitespace, like the below:
-
whitespace (I think)
Line 42 in 478d353
-
;
-
(
stdman/man/std::iterator_traits.3
Line 71 in 478d353
Some unicode characters also don't seem to be handled correctly:
stdman/man/std::islower(std::locale).3
Line 43 in 478d353
It'd be nice if all of these could be parsed and rendered properly.