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

cannot find emoji flag for some countries #12

Open
tom2drum opened this issue May 22, 2018 · 0 comments
Open

cannot find emoji flag for some countries #12

tom2drum opened this issue May 22, 2018 · 0 comments

Comments

@tom2drum
Copy link

seems like for some country names works only with abbreviations, while for others you have to provide the full name..
for example,

emoji.getUnicode('us') // 🇺🇸
emoji.getUnicode('usa') // undefined

emoji.getUnicode('ua') // undefined
emoji.getUnicode('ukraine') // 🇺🇦

is it possible to make it consistent?

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

1 participant