Re: Problems when searching acute or tilde letters in a textfield under tiny_mce.js

2008-12-23 Thread Vizcayno
I want to share the solution to my problem. I appreciate the kindness of Malcolm for the suggestions. After some searching in tinyMCE site, I found a note that recommends to explicitly leave option "entities" to empty, I show you a sample: tinyMCE.init({ // General options

Problems when searching acute or tilde letters in a textfield under tiny_mce.js

2008-12-21 Thread Vizcayno
Hello: Using tiny_mce.js into django Admin (change_form.html) is nice, but when you include into a textField letters such as á or ñ and try to find them using the django search engine, no results are obtained because internally the á is represented by á and ñ is represented by ñ. Is there a way to

Re: Problems when searching acute or tilde letters in a textfield under tiny_mce.js

2008-12-21 Thread Malcolm Tredinnick
On Sun, 2008-12-21 at 16:41 -0800, Vizcayno wrote: > Hello: > Using tiny_mce.js into django Admin (change_form.html) is nice, but > when you include into a textField letters such as á or ñ and try to > find them using the django search engine, no results are obtained > because internally the á is