> > This:B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= > =?utf-8?B?ZyBnb2QgcMOlc2tl?= > > Is not UTF8 encoding, this is some sort of Outlook "crap" > > > UTF-8 Encoding is not an encryption schema, it's a file formatting > encoding. > It usually renders exactly as plain text. > > =] >
Actually, it isn't Outlook "crap" it is standards compliant RFC Quoted-printable content and the utf-8 info is telling you that the quoted printable text once decoded will be in the utf-8 encoding and should be treated as such. It is done in this way so it can be sent to mail systems that still have to support 7-bit encoding mechanisms. You'll need to look at finding a Quoted-Printable decoder for CF. I have one built into my CFX tags but they are written in Delphi so not really much help for you at the moment. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321425 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

