Skip to end of metadata
Go to start of metadata

The Problem:

Content authors enter special characters like the registration symbol either using the proper HTML for the symbol (®) or by clicking the the symbol in the character map from the TinyMCE toolbar. The proper HTML for the character is then replaced by an encoded character which renders as question marks (??) in the UI.

The Solution:

Open the file /sites/all/modules/tinymce/tinymce.module

Find the following function:

Within that function, find the following line and remove it or comment it out:

Conclusion:

HTML character entities are being replaced by the plug-in with character codes from a local encoding whether the character entities are entered using the Character Map tool or by directly editing the raw HTML. Removing this line stops the TinyMCE editor plug-in from replacing proper HTML character entities with local encoding.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.