Actions
Feature #14780
closedVariable e-mail encoding
Start date:
2005-05-31
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
the charset of an e-mail was hardcoded as iso-8852-1. Well, not everyone uses this charset and if your pages are in utf-8, you prefer to send the e-mails in utf-8 as well. Therefore I changed this class. If forceCharset is empty it uses iso-8852-1, otherwise it uses the value in the forceCharset field as charset of the e-mail.
I hope, it's posted OK now.
(issue imported from #M1142)
Files
Updated by Martin Kutschker over 19 years ago
Don't use forceCharset for an "internal" class for anything than a default. The calling code must have full control over the charset of the mail!
Updated by Bernhard Kraft about 19 years ago
The attached fix should correct the problem. Any further requirements for the patch ?
Updated by Martin Kutschker almost 17 years ago
This issue has been fixed already (in 4.1 or perhaps even earlier).
Actions