I am using version 2.6.4.1. I guess it is newest verion now.
But it works at Firefox, it does not work under IE8.
For example, I enter "abcdef" into content window.
When I click "Source code", it shows unknown fonts like this:
<p>âbcdðf</p>
Then I click "Source code" again, it shows like this:
âbcdðf
It looks like Arabic font, not sure. it changes the font automatically after I submit form.
But everything is fine under firefox.
But it works at Firefox, it does not work under IE8.
For example, I enter "abcdef" into content window.
When I click "Source code", it shows unknown fonts like this:
<p>âbcdðf</p>
Then I click "Source code" again, it shows like this:
âbcdðf
It looks like Arabic font, not sure. it changes the font automatically after I submit form.
But everything is fine under firefox.
Re: FCKeditor can not work under IE8.
not sure it is bug, I change this line to
FCKConfig.ProcessHTMLEntities = false ;
this problem is gone now.