I am using php 4.1 (4.2 was not out when i started this project) and I have encountered problems with FCKEditor.
Encoding is utf8 and the problem appears when using the greek characters Α Β Γ and Δ (capitals).
the above characters become
Φamp;#39; (in the case of Α)
Φamp;#39; (in the case of Β)
Φquot; (in the case of Γ)
Φquot; (in the case of Δ)
After studying the produced code i figured out the problem is located in the RTESafe function of commonfunctions.php.
I have now commented out the RTESafe call and everything seems to work ok.
I was wondering if there will be side effects by removing the RTESafe call and whether you have a multibyte compatible version of the RTESafe function.
thanks in advance