Ticket #528 (closed Bug: invalid)

Opened 3 years ago

Last modified 3 years ago

"Strange" characters at the head of the compiled version of FCKeditor

Reported by: conrads Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I'm facing a very strange problem with FCKEditor (last released version : 2.4.2)

Looking at the compiled version of fckeditor : the file : fckeditor/editor/js/fckeditorcode_gecko.js : if I open it with less (the linux tool) or any hexadecimal tool, I see that there are some "strange" (ef bb bf) characters at the very beginning of the file, right before the "/*" ... and this is causing me errors on firefox ... and fckeditor javascript files are unable to be used by the js engine.

Change History

Changed 3 years ago by alfonsoml

  • status changed from new to closed
  • resolution set to invalid

Those are the BOM characters for UTF-8 files. Look at the htaccess.txt file because it seems that your server is misconfigured.

Note: See TracTickets for help on using tickets.