I am using the PHP version of FCK Editor 1.2.4 in one of my CMS supported websites. It is placed inside an included PHP page in a table. It is working perfect with only one little flaw:
In the top of the included page I see three odd characters: (a double dotted i, One double arrow and a reversed question mark : incase they are not visible on the forum)
I did searches on all the files, but they where not found.
Anybody have a clue?
In the top of the included page I see three odd characters: (a double dotted i, One double arrow and a reversed question mark : incase they are not visible on the forum)
I did searches on all the files, but they where not found.
Anybody have a clue?
RE: odd characters in site:
RE: odd characters in site:
same problem.
Look into "fckeditor.php".
At least in my version there are these signs "" befor the php-tag "<?php".
I don't if they mean anything, I just deleted them.
RE: odd characters in site:
I have the include in top of the page, and in fckeditor.php is the <?php.. tag not proceeded bij these odd characters...
But I still see them
RE: odd characters in site:
What I mean is that these letters (ex. abc) are published BEFORE any scripting has started. All though they are printed on the screen BEHIND the characters.
RE: odd characters in site:
RE: odd characters in site: *SOLVED*
It was indeed in UTF-8. I saved it in ANSI and the problem is gone. Thank you very much!
UTF-8 to ANSI
I dont understand how this should work ?