Dimo Michailov wrote:
> 
> In CF5 [header]:
> .....
> Content-type: text/plain
> 
> 
> In CFMX [header]:
> ...
> Content-type: text/plain; charset=UTF-8
> Content-tranfer-encoding: 7bit
> 
>  From this it seems that CFMX automatically inserts the charset and the 
> encoding information, which, as Jochem pointed out, on Outlook or other 
> client level is transferred to another font.
> 
> Just to clarify the situation, does anyone know if MX by default sends 
> the emails as charset=UTF-8

Yes.

> can this be changed somewhere

Don't think so, but maybe a cfprocessingdirective forcing the entire 
page to be ran in another charset overrides the default bahaviour.

> or is there 
> any workaround [except of course having CFMAILPARAM in every single email]?

I think you should be carefull about using cfmailparam. Sure it chages 
the header info, but does it actually change the character encoding of 
the content? It would be bad if the header said ISO-8859-15 while the 
body is still in UTF-8.

What exactly is the objection against UTF-8?

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to