felldo / JEmoji

Java Emoji (JEmoji) is a lightweight fast emoji library for Java with the purpose to improve and ease working with emojis
Apache License 2.0
60 stars 10 forks source link

Regional indicator emojis are missing #44

Open freya022 opened 11 months ago

freya022 commented 11 months ago

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

felldo commented 11 months ago

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