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

Add flag emoji support for language keyword argument? #31

Open
jakewilliami opened this issue Jan 16, 2021 · 2 comments
Open

Add flag emoji support for language keyword argument? #31

jakewilliami opened this issue Jan 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jakewilliami
Copy link
Owner

E.g.,

spelled_out(1234, lang = 🇷🇺)
spelled_out(1234, lang = 🇺🇸)
spelled_out(1234, lang = 🇬🇧)
spelled_out(1234, lang = 🇪🇸)
spelled_out(1234, lang = 🇳🇿)
spelled_out(1234, lang = 🇧🇷)

(you get the idea).

Wouldn't be hard to implement, but would have to hard-code them (possibly goes against #30). Would just be a bit of fun 🤷‍♂️

@longemen3000
Copy link
Contributor

yes!, i like it!, in the next PR it will be implemented

@jakewilliami jakewilliami added the enhancement New feature or request label Jan 27, 2021
@jakewilliami
Copy link
Owner Author

This actually might be more difficult than imagined. I just tried implementing it but they may not be valid unicode characters in Julia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants