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

Regional indicator emojis are missing #44

Open
freya022 opened this issue Dec 2, 2023 · 1 comment
Open

Regional indicator emojis are missing #44

freya022 opened this issue Dec 2, 2023 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@freya022
Copy link
Contributor

freya022 commented Dec 2, 2023

JEmoji version

1.3.3

Steps to reproduce

EmojiManager.getByAlias("regional_indicator_a"), all letters from A to Z

What is expected?

Regional indicators should be available

What is actually happening?

Regional indicators are not found

Any additional comments?

Comparing supported unicodes between this library and https://github.com/MinnDevelopment/emoji-java

@freya022 freya022 added the 🐛 bug Something isn't working label Dec 2, 2023
freya022 added a commit to freya022/BotCommands that referenced this issue Dec 2, 2023
* Replace emoji-java with JEmojis, remove org.json
* Add nullabilities to RichTextParser
* Update jackson-databind

NOTE: Regional indicators are not recognized by JEmojis yet: felldo/JEmoji#44
@felldo
Copy link
Owner

felldo commented Dec 3, 2023

I am not sure on how to proceed on this. The unicode source file excludes the regional indicators. Appearently there are some issues associated to the indicators seen here and here and that's why I think the regional indicators as a component are not included in the source file.

https://en.wikipedia.org/wiki/Regional_indicator_symbol
Also mentions, that the regional indicator symbols are intended to be used to encode two-letter country codes.
When looking at other websites, most of them don't have a symbol to display regional indicators so Discord seems to be a unicorn in that regard.
I am not sure if there would be any downside in adding them as a component, but I haven't seen any other emoji library / emoji lists listing them

freya022 added a commit to freya022/BotCommands that referenced this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants