- Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
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
| Returns a pseudo-random integral value between拷,拷- and RAND_MAX (0 and RAND_MAX |
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
value of type Ret.ý¿¿½£¬ -
;
bool pred()ý¿¿½£ -
(
stdman/man/std::iterator_traits.3
Line 71 in 478d353
pointer decltypeý¿¿½£¬std::declval<Iter&>().operator->()) if valid,
Some unicode characters also don't seem to be handled correctly:
stdman/man/std::islower(std::locale).3
Line 43 in 478d353
| std::cout << "islower('拷,', C locale) returned " |
It'd be nice if all of these could be parsed and rendered properly.
Tectu
Metadata
Metadata
Assignees
Labels
No labels