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

Emoji V11.0 and Apple Emoji Update #146

Closed
wants to merge 1 commit into from
Closed

Conversation

leplay
Copy link
Contributor

@leplay leplay commented Nov 1, 2018

macOS 10.14 (Mojave)

@iamcal
Copy link
Owner

iamcal commented Nov 1, 2018

this looks great, thank you. i'ts going to be a little while before i can review and merge, but hopefully this evening (PST)

@leplay
Copy link
Contributor Author

leplay commented Nov 2, 2018

I'm glad to help. I found the emoji list url ( http://www.unicode.org/~scherer/emoji4unicode/snapshot/full.html ) is 403 now, so I couldn't build new catalog. Is there any web page can replace it?

@iamcal
Copy link
Owner

iamcal commented Nov 2, 2018

the final version of that file is already in the repo (build/full.html) so that's ok.

there are a bunch of other steps involved in building the updated map, including supplying new short names and dealing with changes in the format of various data files. i'm working on those changes in a branch currently

@leplay
Copy link
Contributor Author

leplay commented Nov 2, 2018

That's great. Thanks for your work.

@skewart
Copy link

skewart commented Nov 16, 2018

@leplay @iamcal thank you for your work on this! Really looking forward to when that branch can get merged!

@BenjaminHoegh
Copy link

This is some amazing work 👍

@leplay I can recommend you use https://emojipedia.org

@tsuyoshizawa
Copy link

Is there any update?

@skittles9823
Copy link

Hope this gets added soon-ish 🤔

@rijn
Copy link

rijn commented Dec 16, 2018

Shortnames for items added in Emoji 11

1F970;smiling_face_with_3_hearts
1F975;hot_face
1F976;cold_face
1F973;partying_face
1F974;woozy_face
1F97A;pleading_face
{MAN/WOMAN}{SKIN}-200D-1F9B0;{GENDER}_red_haired
{MAN/WOMAN}{SKIN}-200D-1F9B1;{GENDER}_curly_haired
{MAN/WOMAN}{SKIN}-200D-1F9B2;{GENDER}_bald
{MAN/WOMAN}{SKIN}-200D-1F9B3;{GENDER}_white_haired
1F9B8{SKIN}-200D-{MAN/WOMAN};{M/W}_superhero
1F9B9{SKIN}-200D-{MAN/WOMAN};{M/W}_supervillain
1F9B5{SKIN};leg
1F9B6{SKIN};foot
1F9B4;bone
1F9B7;tooth
1F97D;goggles
1F97C;lab_coat
1F97E;hiking_boot
1F97F;womans_flat_shoe
1F99D;raccoon
1F999;llama
1F99B;hippopotamus
1F998;kangaroo
1F9A1;badger
1F9A2;swan
1F99A;peacock
1F99C;parrot
1F99E;lobster
1F99F;mosquito
1F9A0;microbe
1F96D;mango
1F96C;leafy_green
1F96F;bagel
1F9C2;salt
1F96E;moon_cake
1F9C1;cupcake
1F9ED;compass
1F9F1;bricks
1F6F9;skateboard
1F9F3;luggage
1F9E8;firecracker
1F9E7;red_envelope
1F94E;softball
1F94F;flying_disc
1F94D;lacrosse
1F9FF;nazar_amulet
1F9E9;jigsaw
1F9F8;teddy_bear
265F-FE0F;chess_pawn
1F9EE;abacus
1F9FE;receipt
1F9F0;toolbox
1F9F2;magnet
1F9EA;test_tube
1F9EB;petri_dish
1F9EC;dna
1F9EF;fire_extinguisher
1F9F4;lotion_bottle
1F9F5;thread
1F9F6;yarn
1F9F7;safety_pin
1F9F9;broom
1F9FA;basket
1F9FB;roll_of_paper
1F9FC;soap
1F9FD;sponge
267E-FE0F;infinity
1F3F4-200D-2620-FE0F;pirate_flag

@slavaslava56ru
Copy link

@iamcal Hi, merge these branches please

@leplay
Copy link
Contributor Author

leplay commented Apr 7, 2019

I create a new repository on top of this, check out https://github.com/leplay/emoji-sheet

@slavaslava56ru
Copy link

slavaslava56ru commented Apr 10, 2019 via email

@leplay
Copy link
Contributor Author

leplay commented Apr 10, 2019

The data in it is parsed from Unicode 12.0,but some fields are different from this project.

You can check https://github.com/leplay/emoji-sheet/blob/master/sheet/result.json, it contains provider support and emoji position info.

@rugk
Copy link
Contributor

rugk commented May 8, 2019

Any news here? This would fix #145

@rugk rugk mentioned this pull request May 8, 2019
@xaviershay
Copy link
Contributor

I have time to spend on this next week, would appreciate any pointers to "what work is still needed", I'm pretty new to the library but am motivated to get this done! 🙏

@xaviershay
Copy link
Contributor

So I spent some time on this. Things I learned:

  • I don't think this PR is complete. emoji.json hasn't been updated, which is file that is used by anyone importing this lib. (also mentioned by author in earlier comment
  • build/build_map.php is what would update emoji.json, but running it results in a huge number of "no data" output (which don't occur on master) and doesn't update it with any new emoji.
  • build/README.md contains instructions for downloading/using http://www.unicode.org/~scherer/emoji4unicode/snapshot/full.html which hasn't been available since March last year. Earlier author comment implies it shouldn't be needed ("full.html already checked in), but I'm skeptical based on errors I'm seeing. I'm not sure what this file is used for yet, but there is a somewhat arbitrary looking build/source_html.patch that is applied to it. I'm guessing this is for getting the various vendor images? This page is probably a replacement, though likely isn't an exact drop in.

@xaviershay
Copy link
Contributor

@rijn did you just make those short names up, or did you source that from somewhere?

@xaviershay
Copy link
Contributor

#152 builds on this and, while not quite ready for merge, should be usable for anyone desperate to get (most) of the new emoji.

@rijn
Copy link

rijn commented May 17, 2019

@xaviershay I made it manually from the list.

@iamcal
Copy link
Owner

iamcal commented May 17, 2019

#152 got merged to support emoji/unicode 11

@iamcal iamcal closed this May 17, 2019
@slavaslava56ru
Copy link

slavaslava56ru commented May 23, 2019 via email

@slavaslava56ru
Copy link

slavaslava56ru commented May 23, 2019 via email

@iamcal
Copy link
Owner

iamcal commented May 23, 2019

sprite sheets have been updated in the repo

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

Successfully merging this pull request may close these issues.

10 participants