Skip to main content
Participant
May 1, 2008
Question

cfinclude produces extraneous code

  • May 1, 2008
  • 1 reply
  • 179 views
<cfinclude> places what appears to be an end of file marker before the code that it includes causing a blank line.
The extraneous code translates to hexidecimal FEFF.
Any ideas what is causing the extra code?
    This topic has been closed for replies.

    1 reply

    Inspiring
    May 1, 2008
    It is a Byte Order Mark

    http://en.wikipedia.org/wiki/Byte-order_mark

    --
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com


    "raw101" <webforumsuser@macromedia.com> wrote in message news:fvci9r$9oj$1@forums.macromedia.com...
    > <cfinclude> places what appears to be an end of file marker before the code
    > that it includes causing a blank line.
    > The extraneous code translates to hexidecimal FEFF.
    > Any ideas what is causing the extra code?
    >