﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
279	UTF-8 BOM chars are being rendered on the page	Johannes Lindenbaum		"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"	Bug	closed	Normal	FCKeditor 2.4.2	General	FCKeditor 2.4.1	fixed	FCKreleaser	
