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

Emoji table is broken in 2.2.0 #42

Closed
QuLogic opened this issue Apr 8, 2020 · 3 comments
Closed

Emoji table is broken in 2.2.0 #42

QuLogic opened this issue Apr 8, 2020 · 3 comments

Comments

@QuLogic
Copy link

QuLogic commented Apr 8, 2020

For example, between 2.1.0 and 2.2.0,

-	":smile:":                                 "\U0001f604",
+	":smile:":                                 "\u0001f604",

but \u takes 4 digits while \U took 8, so this string is now "\u0001" + "f604", not an emoji character.

@QuLogic
Copy link
Author

QuLogic commented Apr 8, 2020

Ah, this was just fixed...

@kyokomi
Copy link
Owner

kyokomi commented Apr 8, 2020

@QuLogic Thank you for the report.

2.2.1 has been released. 🙏🙏🙏
https://github.com/kyokomi/emoji/releases/tag/v2.2.1

@QuLogic
Copy link
Author

QuLogic commented Apr 8, 2020

Thank you for the quick release; this is working well.

@QuLogic QuLogic closed this as completed Apr 8, 2020
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