Man reader: handle \~
for nonbreaking space.
This commit is contained in:
parent
70d2a1d9c1
commit
22078a8690
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ escapeLexer = try $ do
|
|||
'|' -> return " "
|
||||
'\'' -> return "`"
|
||||
'.' -> return "`"
|
||||
'~' -> return "\160" -- nonbreaking space
|
||||
_ -> escUnknown [c] "\xFFFD"
|
||||
|
||||
where
|
||||
|
|
Loading…
Add table
Reference in a new issue