dwightjack / grunt-premailer

Grunt wrapper task for Premailer
MIT License
114 stars 16 forks source link

Stop grunt-premailer from converting entities #13

Closed liccy-fuentes closed 10 years ago

liccy-fuentes commented 10 years ago

Eg: → converts to

causing email to render as Read More Ùí

liccy-fuentes commented 10 years ago

erg - fixed with hack <meta http-equiv="Content-Type" content="text/html" />

dwightjack commented 10 years ago

Hi,

yes HTML Email Boilerplate uses:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

that enforces correct content type and charset.

May I mark this as solved?

the-creature commented 10 years ago

yup

jessekahner commented 10 years ago

Sorry to chime in but I still have problems with accents.

using the content-type and the utf-8 encoding, in my txt file, I sill get converted entities such as:

St-Amour - Au-delà du recrutement ( https://www.st-amour.com )

**************************************
Demeurez abonn├® ├á nos alertes-emploi

I am using version 0.2.7 of the grunt-premailer

dwightjack commented 10 years ago

WIll look into it. In the meanwhile, could it be related to issue #14 ?

dwightjack commented 10 years ago

Ive checked my source and tested on an UTF-8 HTML email. Txt file looks fine... Maybe an issue on the premailer part?

I may suggest opening an issue on their tracker.

jessekahner commented 10 years ago

Ok thanks Will Check that out!

Envoyé de mon iPad

Le 2014-06-03 à 16:46, Marco Solazzi notifications@github.com a écrit :

Ive checked my source and tested on an UTF-8 HTML email. Txt file looks fine... Maybe an issue on the premailer part?

I may suggest opening an issue on their tracker.

— Reply to this email directly or view it on GitHub.