Quote from: BobRay at Oct 17, 2010, 12:30 AMhans, look at your DB in PhpMyAdmin and make sure the actual tables and fields are in utf8 (especially the modx_site_content table). It often happens that they are not.
Hi BobRay,
thanks for the reply. Unfortunately, ALL tables are "MyISAM" in "utf8_general_ci", so the "modx_site_content" is too.
I manualy changed the "%7E" into "~" with PhpMyAdmin, but when TinyMCE opens the resource, every "~" is back to "%7E". But only inside the "href"-tag, "_mce_href" stays unaltered, so this does not seem to be a charset problem.
I also turned of all those little TinyMCE helpers, that only messed up my code (e.g. "preformatted" always distorted the layout when switching between RTF- und HTML-view) but there seems to be one tiny (invisible?) bastard left who’s messing things up. Even with "entity_encoding" turned to "raw" TinyMCE changes the "href"-tag when the resources is OPENED! With "cleanup_on_startup" set to false! Unbelievable! I realy go crazy about that!
Please, I am begging you folks out there, anybody with an idea???
thanks
hans