Yan Studio Posted December 3, 2014 Share Posted December 3, 2014 (edited) Hi when i insert Greek characters in Source code they come strange please help Example Input: Σκελετός Output: Σκελετό&sigma Please Help Edited December 3, 2014 by Yan Studio (see edit history) Link to comment Share on other sites More sharing options...
parsifal Posted December 4, 2014 Share Posted December 4, 2014 (edited) Hello. This seems to be a problem with the TinyMCE editor, which by default converts every non-Latin character to the equivalent HTML entity. Apparently, you can change this behavior: http://www.prestashop.com/forums/topic/347809-how-do-i-disable-converting-non-ascii-characters-to-html-entities-and-why-i-should-not Edited December 4, 2014 by parsifal (see edit history) 2 Link to comment Share on other sites More sharing options...
tuk66 Posted December 4, 2014 Share Posted December 4, 2014 HTML entities are not problem. Just don't escape them in the template. Link to comment Share on other sites More sharing options...
Yan Studio Posted December 4, 2014 Author Share Posted December 4, 2014 Hi Presta People The solution is to open tinymce.inc and add this line code: entity_encoding: "raw" now everything i type is coming clear Link to comment Share on other sites More sharing options...
Recommended Posts