E-Mail Encoding
Page: 1
If I put two spaces in an object the e-mail inserts an A with an accent over it for the first space. If I look at the source code for the message I see =C2=A0. The object shows up fine in aC and the database. This didn't happen with version 1.0.0 but I'm not sure which upgrade introduced the problem. We're on 1.0.4 now.
J.R.
cbtrussell
on Dec 5. 2007. 10:03 pm
We have the same problem - also running 1.0.4. This is a particular problem because the RTEC seems to want to add a lot of extra spaces, at least for us in FireFox.
Since the database is clean I think it has something to do with the SwiftMail module aC is using to send e-mail notifications. I have not been able to track it down though.
J.R.
I had the same problem. I *THINK* I have corrected it.
In defaults.php, EMAIL_CHARSET should be set to "utf-8" (with a hypen) instead of "utf8" without the hyphen.
When I changed that, my mail reader (Outlook) recognized the correct character set, whereas before it was defaulting to Western European
In defaults.php, EMAIL_CHARSET should be set to "utf-8" (with a hypen) instead of "utf8" without the hyphen.
When I changed that, my mail reader (Outlook) recognized the correct character set, whereas before it was defaulting to Western European



