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

Bug: emojis from Emoji Version 14.0 are not unemojified #121

Closed
chachagogogo opened this issue Jan 12, 2023 · 1 comment
Closed

Bug: emojis from Emoji Version 14.0 are not unemojified #121

chachagogogo opened this issue Jan 12, 2023 · 1 comment
Labels
status: duplicate This issue or pull request already exists type: bug Something isn't working :(

Comments

@chachagogogo
Copy link

  console.log('test1', emoji.unemojify('😍test1'));
  console.log('test2', emoji.unemojify('🫥test2'));

// test1 :heart_eyes:test1
// test2 🫥test2

I'd checked several emojis and found out that Emoji Version 14.0 is not unemojified.

Thank you.

@JoshuaKGoldberg
Copy link
Collaborator

JoshuaKGoldberg commented May 20, 2023

Marking this as a duplicate of #132. In v2 this library switched to using emojilib as the source of truth for emoji. Thanks!

@JoshuaKGoldberg JoshuaKGoldberg added type: feature New enhancement or request type: bug Something isn't working :( and removed type: feature New enhancement or request labels May 20, 2023
@JoshuaKGoldberg JoshuaKGoldberg changed the title "Emoji Version 14.0" is not unemojified Bug: emojis from Emoji Version 14.0 are not unemojified May 20, 2023
@JoshuaKGoldberg JoshuaKGoldberg added the status: duplicate This issue or pull request already exists label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate This issue or pull request already exists type: bug Something isn't working :(
Projects
None yet
Development

No branches or pull requests

2 participants