Since I have some problem with UTF-8 encoding (my db-records are utf-8, page is served as utf-8 by the server, but after I've updated contents, I've got a lot of garbage characters in page), I'm thinking of some way to avoid cleaning by the js editor (I think the problem is here), replacing it with PHP5 tidy capabilities.
Is it possible? How to?
Thanks all in advance
_YD