Why are Greek characters encoded like “α”? I can’t search for them in my browser

HelenaG Grulichova asked on April 4, 2011 07:45

Why are Greek characters encoded like “α”? I can’t search for them in my browser

Correct Answer

HelenaG Grulichova answered on April 4, 2011 07:45

The WYSIWYG editor automatically encodes Greek characters to entities in the "text" mode. They can be stored in pure, non-encoded format only in the "Source" mode of the editor.

You can change this by turning this encoding off in the editor configuration:

Please find the ~\CMSAdminControls\FCKeditor\fckconfig.js file

and approx. in the line 79, please change the following property value from "true" to "false":

FCKConfig.IncludeGreekEntities = false;

Please note that you may need to clear the cache (temporary files) of the browser to apply the changes.

-zc-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.