How about support more configuration options via 'Edit tinymce profile' page. For example entity_encoding (I need raw) and language (Default as default for Drupal site). Now I have to hack tinymce.module.

  tinyMCE.init({
    entity_encoding : "raw",
    language : "cs",
    $tinymce_settings
  });

Comments

matt westgate’s picture

There is no need to hack tinymce module. IF you read the README, you'll discover how to override the tinymce theme function and set any options you wish.

Otherwise, feel free to submit a patch.