Why should you replace Non-ASCII Characters?
Non-ASCII characters can cause issues with email deliverability and readability, particularly if the recipient’s email client or system does not support the character encoding used. This can result in garbled or unreadable text, which can lead to a poor user experience or even cause the email to be marked as spam. To avoid these issues and ensure that your emails reach your recipients’ inboxes, it’s important to consider non-ASCII character replacement.Quote from Amazon SESIf your message includes characters that aren’t in the ASCII character set, you have to encode those characters using HTML character encoding. One common cause of this issue is the Smart Quotes feature of Microsoft Word. If you often copy content from Word and paste it into your emails, you might encounter this issue. The Smart Quotes feature replaces straight quote characters (”…”) with curly quote characters (“…”). Curly quote characters aren’t standard ASCII characters. As a result, they might be rendered in some email clients as ”??” or as a group of characters such as ““”.
Examples of NON-ASCII Character Replacements
- Fancy quotes:
“”
->""
- Ellipsis:
…
->...
- Em dash:
—
->-
- En dash:
–
->-
Video Overview of Non-ASCII Character Replacement
Non-ASCII Character Replacement Use Case
As an email marketer, you want to ensure that your emails are accessible to a wide range of subscribers, including those who may be using email clients that do not support non-ASCII characters, such as accented letters or special symbols.To address this issue, you decide to replace any non-ASCII characters in your email templates with ASCII equivalents that are more universally supported. For example, you may replace long dashes with a normal hyphen (e.g. — becomes -), and replace fancy double ” with straight quotes ”.By replacing non-ASCII characters in your emails, you can ensure that your emails are compatible with a wider range of email clients and devices, and reduce the risk of emails not displaying correctly for some subscribers. Additionally, by using plain text alternatives to special symbols, you can improve the overall readability and clarity of your emails, which can lead to higher engagement and conversion rates. And with a tool like Campaign Cleaner, you can easily scan your email templates for any non-ASCII characters and quickly replace them with their ASCII equivalents, saving you time and effort in the process.