Hi Doze
Quote from: doze at Nov 23, 2006, 04:56 PM
you could use this http://tinymce.moxiecode.com/tinymce/docs/option_entities.html to set what you want to be converted to htmlentities
Ah yeah... I did it yesterday but I just tried to replace eacu with é... Today, I realize that I had to remove "233,eacute,"

It’s ok now !
Quote from: doze at Nov 23, 2006, 04:56 PM
edit: altough, a better way would be to modify the seach snippet and do htmlentities() php call on the search string, so that it will be turned into html entities too..
I did try this too in AjaxSearch :
$searchString = htmlentities($searchString, ENT_QUOTES, 'UTF-8');
But, as the introtext not uses TinyMCE, the é weren’t changed into eacute; and so, search couldn’t find the words in introtext.
The solution would be to build 2 search string : one with html entities and the other, without.
Finally, I keep the solution with TinyMCE : better output in search results when results has to cut a
eacute; for example and only outputs
eac, same in Ditto for truncating... Well, hope my opinion is clear !
Thank you for your help