Page 1 of 1

[Solved] NMS HTML errors (spaces become Â)

Posted: Tue Jul 16, 2013 1:32 am
by drmikecrowe
Folks,

We're composing newsletters in NMS (using TinyMCE), and what looks fine when composed becomes this in an inbox (this is the actual HTML from Gmail using "Show Original"):

Code: Select all

<p>=C2=A0</p>
<p><em><span style=3D"font-family: arial,helvetica,sans-serif; font-size:=
 large; color: #800000;"><strong>1.=C2=A0 NEW Program Update - INFO Sent =
to Members and New Company DETAILS</strong></span></em></p>
These
=C2=A0
are the issue.

The designer entering the newsletter is definitely not doing anything special. Simply typing/formatting. No reason those characters should be there.

If I view HTML in the source message in NMS (within the TinyMCE editor), those characters are definitely not there.

Can anybody think of how this might be happening?

TIA

Re: NMS HTML errors (spaces become Â)

Posted: Tue Jul 16, 2013 6:08 am
by staartmees
Are you having the same issue with e.g. outlook.com or Yahoo? If not it's a Google issue.

Re: NMS HTML errors (spaces become Â)

Posted: Tue Jul 16, 2013 11:33 am
by velden

Re: NMS HTML errors (spaces become Â)

Posted: Tue Jul 16, 2013 4:27 pm
by drmikecrowe
Bingo -- charset was iso-8859-1 in NMS, but when it's utf-8 it works great.

Thanks, velden!