Webversion encoding issue, how to use UTF8 ?
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 !
This discussion has been closed.
Comments
Hi Matthieu,
Try including
<meta charset="utf-8">
in the head of your email HTML code.Thanks.
Ben
Thx Ben, of course! Works now