Closed h3xx closed 7 months ago
- in roff source doesn't always produce ASCII dash, producing Unicode dashes (e2 80 90) on some terminals.
-
e2 80 90
Copy-pasting the code from the man page to the terminal, would not produce the correct characters syntax errors.
For instance, find <Unicode dash>type d.
find <Unicode dash>type d
Kept places where a dash (opp. a literal ASCII hyphen) was semantically correct.
thank you! took this into develop.
-
in roff source doesn't always produce ASCII dash, producing Unicode dashes (e2 80 90
) on some terminals.Copy-pasting the code from the man page to the terminal, would not produce the correct characters syntax errors.
For instance,
find <Unicode dash>type d
.Kept places where a dash (opp. a literal ASCII hyphen) was semantically correct.