-
Notifications
You must be signed in to change notification settings - Fork 25
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
New release? #40
Comments
Yes. I do have a few worries:
|
Using emojitwo wouldn't solve problem 2? |
Didn't know about emojitwo. Their |
Yes, the JoyPixels license is definitely not suitable for, e.g., distribution in Debian. |
I think that is helpful. Depending on the font, it is sometimes difficult to distinguish similar looking emoji, the text representation helps for that and sometimes explains what an emoji means I cannot recognize at all.
In ibus-typing-booster, https://mike-fabian.github.io/ibus-typing-booster/ I do the matching of emoji mostly using the data from the Unicode emoji files https://www.unicode.org/Public/emoji/14.0/ReadMe.txt and the CLDR annotations for emoji: https://github.com/unicode-org/cldr/tree/main/common/annotations For aliases like Using the Unicode and the CLDR data is more difficult as there is much more data to parse but it also makes it possible to do the matching in many languages as the CLDR data is available in many languages: https://mike-fabian.github.io/ibus-typing-booster/docs/user/#7_5 |
@mike-fabian Do you know of a new source for aliases? For example, I would expect most people to associate the new |
I see that JoyPixels now has a separate MIT license for "non-artwork". I suspect this means their They still haven't updated to 14.0 though :) |
My first impression is that it would be OK to use just the json file. So maybe we can update to the latest version of that json file. |
https://github.com/unicode-org/cldr/blob/main/common/annotations/en.xml#L774
So if you match on “finger” and “heart” in this, it should work. |
I see that with c9d758f you clarified on the license used by ibus-uniemoji. Is that a good start for a release? :D |
That commit also moved some files around, and I would really like confirmation that the installation/uninstallation process works fine. I just pushed an update with the new JoyPixels file released last month. |
is |
I've got one of my laptops set up to build the latest git commit of ibus-uniemoji, which works fine for that one, but the latest release was 4 years ago, and that's the one that distros have packaged, if they have ibus-uniemoji in the repositories. There have been a lot of updates and improvements since then, especially around shortnames for emoji and other improvements. Any chance of another release to update the stale distro packages?
The text was updated successfully, but these errors were encountered: