Skip to content
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

Emojis are presented as xml #11

Open
nbartels opened this issue Aug 13, 2021 · 1 comment
Open

Emojis are presented as xml #11

nbartels opened this issue Aug 13, 2021 · 1 comment

Comments

@nbartels
Copy link

If someone is sending an emoji in Skype, it is shown in the matrix client as xml.

for example:

  • :-) --> <ss type="smile">:-)</ss>
  • (y) --> <ss type="yes">(y)</ss>

On the other hand, sending emojis from matrix is working okay, but the animated emojis from Skype need the xml syntax.
Sending the xml stuff leads to a correct presentation on Skype.

@OttoHollmann
Copy link
Contributor

It would be nice, but I'm afraid it's not possible - see list of unicode emojis and skype emojis:
https://unicode-org.github.io/emoji/emoji/charts-14.0/emoji-list.html
https://support.skype.com/en/faq/FA12330/what-is-the-full-list-of-emoticons
There is some overlap of lists, but still there are some skype emoji which doesn't have unicode alternative. So we will have to replace them with picture (or gif) but I think combining picture and text in one message is not possible. (Speak up if I'm, mistaken!)

Is it worth to do this partial replacement of animated emoji with static unicode alternative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants