Skip to content

Webversion encoding issue, how to use UTF8 ?

edited April 2013 in Troubleshooting

Hello,

Sending my first campaign with Sendy ! Yeah ! But during my test I noticed that the web version is not using UTF8 as encoding (I'm using french accent and chinese characters)

The email displays properly when received in mailbox (either through my mail reader or web browser), but the web version not. I need to manually select Text Encoding -> UTF8 in my web browser and then it displays properly.

Any ideas how to solve this ?
thank you !

Comments

  • BenBen
    edited January 2016

    Hi Matthieu,

    Try including <meta charset="utf-8"> in the head of your email HTML code.

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="utf-8">
            <title></title>
        </head>
        <body>
            
        </body>
    </html>

    Thanks.

    Ben

  • edited August 2013

    Thx Ben, of course! Works now

This discussion has been closed.