-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)completionsTab and autocompletion in the replTab and autocompletion in the repl😃🍕 and other emoji
Milestone
Description
We've updated to Unicode 16 #56925
Seems a good chance to update those tables:
julia/stdlib/REPL/src/emoji_symbols.jl
Lines 24 to 31 in 8e9c59f
# We combine multiple versions as the data changes, and not only by growing. | |
result = mapfoldr(emoji_data, merge, [ | |
# Newer versions must be added to the bottom list as we want the newer versions to | |
# overwrite the old with names that changed but still keep old ones that were removed | |
"https://raw.githubusercontent.com/iamcal/emoji-data/0f0cf4ea8845eb52d26df2a48c3c31c3b8cad14e/emoji_pretty.json", | |
"https://raw.githubusercontent.com/iamcal/emoji-data/e512953312c012f6bd00e3f2ef6bf152ca3710f8/emoji_pretty.json", | |
"https://raw.githubusercontent.com/iamcal/emoji-data/a8174c74675355c8c6a9564516b2e961fe7257ef/emoji_pretty.json", | |
]; |
But upstream still use Unicode 15.
So maybe
- wait for feat: update to Unicode 16.0 iamcal/emoji-data#252 to be merged
- Or use other data source, like https://github.com/muan/unicode-emoji-json
fonsp
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)completionsTab and autocompletion in the replTab and autocompletion in the repl😃🍕 and other emoji