is there any option, like entity_encoding: "raw" in TinyMCE that would allow character ó to stay ó and not be transformed into ó?
I'm asking, because the alternative is to create a function to clean input field, and this will reflect on performance if I'll have to search each time I save text for ó and replace it with ó.
I'm asking, because the alternative is to create a function to clean input field, and this will reflect on performance if I'll have to search each time I save text for ó and replace it with ó.
Re: How do I disable character ó becoming ó ?
okay, found that, the simpliest way is to set entitites to false
http://docs.cksource.com/ckeditor_api/s ... #.entities
Re: How do I disable character ó becoming ó ?
Re: How do I disable character ó becoming ó ?
Problem solved for me. I found that the file to edit and set the Greek to false was the ckeditor.js file in the root folder of the editor.