Description
With the current configuration CKEditor does store accented characters not as UTF-8. So démo is stored as
démo
. This results in "demo" or "démo" not being indexed and these words as search terms do not give results. If the accented word is a in String field they are being indexed correctly.
Comment from Ard:
Ps seems a simple ckeditor configuration option afaics:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.basicEntities
we should set both to false afaics.