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
               mode : "textareas",
               theme : "advanced",
               entities : "",
                                 ....... etc.

It was then necessary for me to recover and inmediately save all
previous records which TextFields were under influence of TinyMCE and
that contained acute or tilde
characters.
I feel happy.
Regards.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to