I'm sure I've done something stupid, but for the life of me I can't figure it out. After upgrading from 2.4.0 to 2.4.1 the php editor code is printing the following characters before the editor:

I've looked at all the files that might make sense, but I can't figure it out, so any help or thoughts would be appreciated.

I've looked at all the files that might make sense, but I can't figure it out, so any help or thoughts would be appreciated.
RE: Strange characters
Look for EBCDIC and UTF-EBCDIC.
RE: Strange characters
RE: Strange characters
Check this for further info
http://www.w3.org/International/O-HTTP-charset
RE: Strange characters
add following to the top of the fckeditor.php
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
If will fix every where that you already included FCK
RE: Strange characters
It's impossible to find anything about it on Google.
Very odd.