Re: [Bulk] Can't get Euro symbol to appear in message body
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <4A1AD92D84734B3E83E11BA0EF4C3175@chip> |
> Hi, > > I'm using VBA to construct a Blat command to send an email containing a > Euro symbol in the message subject and body. I'm using the string > =?ISO-8859-1?Q?=80?= which appears correctly in the subject line but in > the body it shows up literally as the ISO code. I'm receiving the email > with Outlook 2010. Does anyone know another way I can get € to appear in > the body? Any help greatly appreciated. > > Mark Have you tried to set the character set to UTF-8 with -charset="UTF-8", or use the option -unicode, instead of trying to force =?ISO-8859-1?Q?=80?= into your subject line? Chip