Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Emoji not substituting on WeeChat 2.1 #4

Open
hakanai opened this issue May 2, 2018 · 1 comment
Open

Emoji not substituting on WeeChat 2.1 #4

hakanai opened this issue May 2, 2018 · 1 comment
Labels

Comments

@hakanai
Copy link

hakanai commented May 2, 2018

This may be an issue in WeeChat itself but I'm not really sure. I get an issue where some emoji will substitute and others won't.

For instance, a line with [:+1:1] will substitute correctly, but then a line with [:+1:3] won't:

Screenshot

I went as far as adding diagnostics to output what's happening along the way:

Searching for emoji in message: XXXXXXX | XXXXXXX [:+1:3] 
Replacing emoji for text: :+1:
Found code point: 1F44D
raw = \U0001f44d
Returning decoded result: 👍
Ended up with message: XXXXXXX | XXXXXXX [👍3]

So it kind of seems like the actual method is returning the right thing, but whatever it's returning isn't being used by weechat.

Other plugins present:

  • wee_slack
  • emoji_aliases
  • autosort
@kattrali kattrali added the bug label May 2, 2018
@kattrali
Copy link
Owner

kattrali commented May 2, 2018

Very strange. I'll update and see what's going on.

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

No branches or pull requests

2 participants