Bug #23930
closedGarbled char in description
0%
Description
Description of [MAIL][transport] contains garbled characters when describing option sendmail:
"Sends messages by communicating with a locally installed MTA – such as sendmail. See setting transport_sendmail_command bellow."
(issue imported from #M16236)
Files
Updated by Chris topher about 14 years ago
Using UTF-8 as charset I see a long dash there; everything OK.
Updated by Marc Wöhlken about 14 years ago
Manually setting your browser to UTG-8 may solve the problem but the page is delivered as latin 1, see html source:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Updated by Chris topher about 14 years ago
What I meant is: My installation uses UTF-8, I don't have to change this manually. I also have the Meta tag say utf-8.
However, using an html entity instead of the sign itself should solve that.
Did you see other places with that problem?
Updated by Marc Wöhlken about 14 years ago
Just looked through all other texts but did not find any other place with char set encoding problems.
Updated by Marc Wöhlken about 14 years ago
Added patch that substitutes the garbled char by entity "–".
Updated by Ernesto Baschny almost 14 years ago
Committed to rev. 10050 (a single ASCII "-" instead).