You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
I'm using alpha-codes for creating an emoji autocomplete feature for some app, however both json and csv files only mention base codepoints and not full codepoints.
I cannot properly render emoji glyph using only base codepoints. It would be extremely helpful to add another column / field to both csv and json files declaring full code points.
@caseyahenson you mentioned the following in the android font discussion:
@maximbaz the correct output for those is found in the emoji.json file. That data is structured with what we refer to as the "base codepoint" (stripped of ZWJ and VS16) as the key, and you can map to the code_points.output property using the file names found in the emojione-assets directory as the base codepoint.
So the data is available, it's just in a different file. I assume the extras/alpha-codes was not created by hand, but generated with some script, if so, could you please add this modification to the script and regenerate both csv and json files? Alternatively I could create a simple script to add this data to the files based on emojione-assets/emoji.json file.
The text was updated successfully, but these errors were encountered:
Just found joypixels/emoji-alpha-codes#3, I don't know if the base codepoints are of any use without ZWJ in these files, if no - maybe that one is even better approach?
I'm using alpha-codes for creating an emoji autocomplete feature for some app, however both
json
andcsv
files only mention base codepoints and not full codepoints.I cannot properly render emoji glyph using only base codepoints. It would be extremely helpful to add another column / field to both
csv
andjson
files declaring full code points.For
csv
:Before:
After:
For
json
:Before:
After:
@caseyahenson you mentioned the following in the android font discussion:
So the data is available, it's just in a different file. I assume the
extras/alpha-codes
was not created by hand, but generated with some script, if so, could you please add this modification to the script and regenerate bothcsv
andjson
files? Alternatively I could create a simple script to add this data to the files based onemojione-assets/emoji.json
file.The text was updated successfully, but these errors were encountered: