Hi guys!
I'm trying to use characters with accents into my email template, such as:
<div class="form_container">
Courriel : <span>{txtEmail}</span><br /><br />
Nom : <span>{txtName}</span><br /><br />
Téléphone : <span>{txtPhone}</span><br /><br />
Langue : <span>{txtLang}</span><br /><br />
Message : <br /><span>{txtMessage}</span>
</div>
When I save this template, I get :
<div class="form_container">
Courriel : <span>{txtEmail}</span><br /><br />
Nom : <span>{txtName}</span><br /><br />
T
So it gets chunked right before the first accent. I also tried with HTML codes (é), and I have the same problem.
Any tip for that? Thanks!
I'm trying to use characters with accents into my email template, such as:
<div class="form_container">
Courriel : <span>{txtEmail}</span><br /><br />
Nom : <span>{txtName}</span><br /><br />
Téléphone : <span>{txtPhone}</span><br /><br />
Langue : <span>{txtLang}</span><br /><br />
Message : <br /><span>{txtMessage}</span>
</div>
When I save this template, I get :
<div class="form_container">
Courriel : <span>{txtEmail}</span><br /><br />
Nom : <span>{txtName}</span><br /><br />
T
So it gets chunked right before the first accent. I also tried with HTML codes (é), and I have the same problem.
Any tip for that? Thanks!