I agree this is very strange, but it is happening
none the less. That is what the ColdFusion function ASC returns for the
first character it found in the ODSMIME_HTML field. In case others have
this problem, here is what I've done as a temporary solution. Right after
the cfx_odsmime call place this line:
<cfif Asc(Mid(ODSMIME_HTML,1,1)) IS
65279><cfset
ODSMIME_HTML=Right(ODSMIME_HTML,Evaluate(Len(ODSMIME_HTML)-1))></cfif>
It will remove the "unique" character from the
ODSMIME_HTML field. Just out of curiosity, can anyone reproduce this by
following the same process that I explained earlier? It seems very strange
that no one else has seen this before.
Keith
----- Original Message -----
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 9:21 AM
Subject: Re: [iMS] ODSMIME_HTML and ASCII 255
character
>
> Howie
>
> ----- Original Message -----
> From: "Keith L. Miller" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Tuesday, July 08, 2003 10:14 AM
> Subject: Re: [iMS] ODSMIME_HTML and ASCII 255 character
>
>
> > Ok, I found out some more info. Here's the deal. I wrote the following
> > code and saved it as test.htm:
> >
> > <html>
> > <head>
> > <title>test</title>
> > </head>
> > <body>
> > <b>test</b>
> > </body>
> > </html>
> >
> > I modified my DATA.cfm template with the following code right after the cfx
> > tag call:
> > > Notice that a .cfm file produces a 65279 value as the first ASCII value in
> > the list whereas the .htm file does not.
> >
> > Why is this happening with ColdFusion files?
> >
> > Keith
> >
> >
> ==^=======================================================
> This list server is Powered by iMS
> "The Swiss Army Knife of Mail Servers"
> --------------------------------------
> To leave this list please complete the form at
> http://www.coolfusion.com/Support/
> Need an iMS Developer license? Sign up for a free license here:
> http://www.coolfusion.com/Developers/
> List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
> Note: You are subscribed as [EMAIL PROTECTED]
> ==^=======================================================
>
|
This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" To leave this list please complete the form at http://www.coolfusion.com/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] |
