Touch UI-RTE - Special Chracters | Community
Skip to main content
New Participant
November 23, 2016
Solved

Touch UI-RTE - Special Chracters

  • November 23, 2016
  • 4 replies
  • 2989 views

We are using rte in existing dialog sling:resourceType="cq/gui/components/authoring/dialog/richtext"We re facing issue with special characters 

For Ex - if we enter '&copy' in jcr stored as '©' which  is creating problem while displaying on to the page.

is there any workaround for this or can we use RTE plugins misc tools in this scenario.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

Adding to what Scott mentioned here, 

If you need to add some more characters to the options then:

Then add a node of type nt:unstructured with having entity Value as Hex Value of the characters. As shown in the image.

 

Thanks and Regards

Kautuk Sahni

4 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
November 24, 2016

Hi 

Adding to what Scott mentioned here, 

If you need to add some more characters to the options then:

Then add a node of type nt:unstructured with having entity Value as Hex Value of the characters. As shown in the image.

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
smacdonald2008
New Participant
November 23, 2016

To get special chars to show up - drop the TextRTE component (under General) in the page:

Also - you have to In Place editing. 

Just tested this.

viswacq5Author
New Participant
November 23, 2016

Thank You Scott for the quick response.

Installed helpx attached package in my local but paragraph description,special characters tabs are not displayed.Please find attached screenshot.

We have a requirement to include in dialog not in editconfig.

smacdonald2008
New Participant
November 23, 2016

See this community article - we discuss special characters: 

https://helpx.adobe.com/experience-manager/using/configure-touchui-rte.html

Hope this helps...