CDO.Message

M

Mark

We send emails to our empolyees and recently, the emails have started
to change characters into different ones. I've looked in various
groups, hard to search on the issue.

For example, we send:

français

but it shows up in our email as

français

other characters too, like ’ shows up as ’ and so on

It is stored correctly in the database, and if we query and display it
in a web browser it shows correctly. So clearly something in the mail
reader has changed, but we need to have it display it correctly. I've
tried (and maybe I'm doing it wrong) to add

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

at the start of the email, no luck. What can we do to ensure this
stops?

Thanks for any help.
 
N

Neil Gould

Mark said:
We send emails to our empolyees and recently, the emails have started
to change characters into different ones. I've looked in various
groups, hard to search on the issue.

For example, we send:

français

but it shows up in our email as

français

other characters too, like ’ shows up as ’ and so on

It is stored correctly in the database, and if we query and display it
in a web browser it shows correctly. So clearly something in the mail
reader has changed, but we need to have it display it correctly. I've
tried (and maybe I'm doing it wrong) to add

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

at the start of the email, no luck. What can we do to ensure this
stops?

Thanks for any help.
Perhaps someone will have a better answer for you, but AFAIK, one can't
override the client settings with ASP, and that is where such changes occur.

Best,

Neil
 
A

Anthony Jones

We send emails to our empolyees and recently, the emails have started
to change characters into different ones. I've looked in various
groups, hard to search on the issue.

For example, we send:

français

but it shows up in our email as

français

other characters too, like ’ shows up as ’ and so on

It is stored correctly in the database, and if we query and display it
in a web browser it shows correctly. So clearly something in the mail
reader has changed, but we need to have it display it correctly. I've
tried (and maybe I'm doing it wrong) to add

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

at the start of the email, no luck. What can we do to ensure this
stops?
<<<<<<<<<<<<<<<<<<<<<<

Can you show us some of your code. What you are seeing is UTF-8 encoded
characters being read by the client as if they were Windows-1252 characters.
This usually happens because the CharSet on the message isn't specifying
UTF-8 as the encoding.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top