I had a problem with FCKeditor returning the html objects entered in the original view back to their original Unicode views. For example, when I enter €into the original view, switch to html and then back to the original view, the object is replaced with the actual symbol €. As a result, the big problem is that this Unicode character is then sent back to the server, sending character-encoded calls to the database table. Anyone else run into this? I tried many combinations of configuration settings, but none of this helped.
source
share