Dear ckeditor v3 users,
I am using version 3.2.1 and
I wonder if the javascript code in [ckeditor_install_dir]/_source/plugins/entities/plugin.js
is ever called?!
I have added an "alert(...entities...');" into the code like this:
but the alert() is never executed?!
Is this the reason why is not translated to  ???
Any ideas?
Best regards
toller43
I am using version 3.2.1 and
I wonder if the javascript code in [ckeditor_install_dir]/_source/plugins/entities/plugin.js
is ever called?!
I have added an "alert(...entities...');" into the code like this:
(function() { alert('...entities...'); ... var entities = // Base HTML entities. 'nbsp,gt,lt,quot,' + ...
but the alert() is never executed?!
Is this the reason why is not translated to  ???
Any ideas?
Best regards
toller43