Non-breaking spaces should be replaced with a space and not removed
Fixes #1339
This commit is contained in:
@ -247,6 +247,7 @@ unless PREFER-HTML is non-nil."
|
||||
<EFBFBD><EFBFBD>]" nil t)
|
||||
(replace-match
|
||||
(cond
|
||||
((string= (match-string 0) "<EFBFBD>") "'")
|
||||
((string= (match-string 0) "<EFBFBD>") " ")
|
||||
(t ""))))
|
||||
(buffer-string)))
|
||||
|
||||
Reference in New Issue
Block a user