Umlaut or Entities automatically change

I know that I can use in HTML5 entities and german umlauts when I follow the way like that:

€ will be €
ü will be ü

Is there a possibility in Komodo to use the real umlauts and that “anything” translate it in “German Umlauts” and entities?

Thank all! That is the last blocking point to switch complete to Komodo IDE.

Changed.

I’m not sure I follow what you are trying to do here, essentially you mean to have one “phrase” automatically changed into another? (ie. german umlauts become HTML5 entities?).

There is a Komodo macro here, that can translate (escape) the unicode characters into HTML entities:
http://code.activestate.com/recipes/578146-komodo-js-macro-escape-html-special-characters-in-/