Ticket #279 (closed Bug: fixed)
UTF-8 BOM chars are being rendered on the page
| Reported by: | jlindenbaum | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.2 |
| Component: | General | Version: | FCKeditor 2.4.1 |
| Keywords: | FCKreleaser | Cc: |
Description
Hi,
The 2.4 interface - without any alterations to config or similar - loads without problems.
The 2.4.1 interface - without any alterations to the config or similar - loads with ASCII preceeding the editor.
Here's my implementation:
<div id="newPostBox">
<?php include("./cn-fckeditor/fckeditor.php"); $fcke = new FCKeditor('content'); $fcke->BasePath = "./cn-fckeditor/"; $fcke->Create(); ?>
</div>
Here are the ASCII characters preceeding the interface. Contact me if you want a screenshot.

I am using the latest FireFox 2 and latest upgrades to IE 7 on XP SP 2 Professional.
Untested on different OS / in different browser.
Keep up the awesome work.
Regards, Johannes