Using a special character in a CMS entry

Created by John Pasternack, Modified on Mon, 9 Jun at 1:25 PM by John Pasternack

Overview
A customer needs to use a special character in a CMS entry. For example, they want to use a pipe character (|) or maybe have a tilde over a character, etc.

The problem with using a pipe character directly is that when the changes are finalized, the pipe character will get written out to the text file. The text files use the pipe character as the delimiter between fields, so when the file is read by the directory, interprets the pipe as a filed delimiter and throws off the field offsets.

Other special characters may not be directly available on the customer's keyboard (like an n with a tilde over it) , so they don't know how to enter the character.

Solution
The fix is to use an HTML character sequence in place of the desired special character. This enables the directory code to properly render the special character without causing the text file itself to be misinterpreted.

Here is a link to an HTML entity reference for special characters.
https://www.toptal.com/designers/htmlarrows/
Here you can find HTML Symbols, Entities, and ASCII character codes.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article