Bug #23930
closed
Garbled char in description
Added by Marc Wöhlken about 14 years ago.
Updated over 13 years ago.
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
Using UTF-8 as charset I see a long dash there; everything OK.
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" />
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?
Just looked through all other texts but did not find any other place with char set encoding problems.
Added patch that substitutes the garbled char by entity "–".
Committed to rev. 10050 (a single ASCII "-" instead).
- Target version deleted (
4.5.0)
Also available in: Atom
PDF