Bug #20046
closedauto_respond_msg not utf-8 compatible
0%
Description
The auto_respond_msg email has no headers. so it is always iso-8859-1 on my server.
file: class.t3lib_htmlmail.php
public function sendTheMail()
row 754-769
(issue imported from #M10480)
Files
Updated by Christian Buelter over 14 years ago
I can confirm this for 4.2.12
The encoding header is missing.
The patch attached fixes the problem.
Updated by Christian Buelter over 14 years ago
please use bug_10480.diff, this takes the host operating system into account (linefeeds on unix / windows).
Updated by Chris topher over 14 years ago
Hi Christian,
thanks for your patch!
Do you know that you should now send it to Core List? (I cannot find it there.)
To see how that works, see here: http://typo3.org/development/bug-fixing/mailing-list/
After that it will get integrated in the next releases of TYPO3.
Updated by Christian Buelter over 14 years ago
I sent it to the core list on 3. 3. 2010.
Updated by Chris topher over 14 years ago
Right. I have overlooked it - sorry!
You can send reminders to your thread up to once a week so that people don't forget...
Updated by Christian Kuhn almost 14 years ago
trunk rev. 9968.
4.4 rev. 9969.
4.3 rev. 9970.