nylas/nylas-mail

Emoji's Appear for © ® and ™

Open

#2,467 opened on Jun 16, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (1,370 forks)batch import
discussion-around-behaviorgood-starter-issuehacktoberfest

Repository metrics

Stars
 (24,786 stars)
PR merge metrics
 (Avg merge 3h 15m) (1 merged PR in 30d)

Description

In addition to #2249, where emoji's did appear for images with certain alt tags, this also happens for textual © ® and ™, and it's not pretty.

For example, this Kickstarter email:

image

And the html,

<a class="blue" href="https://emails.kickstarter.com/mpss/..." style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border: 0px; color: #2752ff; font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; margin: 0px; padding: 0px; text-decoration: none">Kickstarter for iPhone®, iPad®, and Android™.</a>

Contributor guide