-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to not use ™️ icon for ™ character #7386
Comments
Does it do this with any other characters? Or is it only the TM character? |
I have not experienced this with any other characters. It simply exchanges |
Ah it's the TM emoji! Makes sense now! I thought this was happening with the TM Unicode character |
I think there is confusion™ because this is actually a bug: If you enter the trademark symbol ™, |
Before this, the trademark character (™) was automatically replaced with ™️ , showing the trademark symbol in a totally unfitting size for most contexts. This commit avoids that by replacing the sign with its HTML escaped version (as can be seen in `Rocket.Chat/client/lib/renderMessageBody.ts`). Fixes RocketChat#7386.
Before this, the trademark character (™) was automatically replaced with ™️ , showing the trademark symbol in a totally unfitting size for most contexts. This commit avoids that by replacing the sign with its HTML escaped version (as can be seen in `Rocket.Chat/client/lib/renderMessageBody.ts`). Fixes RocketChat#7386.
Before this, the trademark character (™) was automatically replaced with ™️ , showing the trademark symbol in a totally unfitting size for most contexts. This commit avoids that by replacing the sign with its HTML escaped version (as can be seen in `Rocket.Chat/client/lib/renderMessageBody.ts`). Fixes RocketChat#7386.
Before this, the trademark character (™) was automatically replaced with ™️ , showing the trademark symbol in a totally unfitting size for most contexts. This commit avoids that by replacing the sign with its HTML escaped version before further replacements e.g. via emojione are applied (as can be seen in `Rocket.Chat/client/lib/renderMessageBody.ts`). This is identical to how e.g. the registered trademark sign is currently handled. Fixes RocketChat#7386.
Rocket.Chat Version: 0.56.0
The icon Rocket.Chat exchanges the ™ character for is a little obnoxious, and it would be great with the option to not use it.
What I see:
![what_i_see](https://user-images.githubusercontent.com/8578706/27773976-2fd2934a-5f87-11e7-8c87-e0dc3c0695ff.png)
What I would like to see:
![what_i_would_like_to_see](https://user-images.githubusercontent.com/8578706/27773977-3254c58e-5f87-11e7-9a51-a29ea923a322.png)
The text was updated successfully, but these errors were encountered: