-
Notifications
You must be signed in to change notification settings - Fork 279
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
UNICODE_EMOJI_<language>
?
#282
Comments
Depends on what you want to do? Do you need a list of all names/emoji per language? |
Yes, like |
All the data is in To get what you want you would need to do this: data = { emoji.EMOJI_DATA[unicode_code]['en']: unicode_code for unicode_code in emoji.EMOJI_DATA } Edit: |
Assuming this works and i.e |
They were used internally by the library and they were generated the same way as I posted. They are no longer used now, so there is no point to generate them every time the library is used. The other thing is that it is difficult to deal with unicode codes and the idea of this library is that you don't have to deal with unicode yourself. For example what I meant by duplicates is this: |
Older versions used to have
UNICODE_EMOJI_ENGLISH
etc; but since it's gone, how can I make this available again?The text was updated successfully, but these errors were encountered: