summary refs log tree commit diff
path: root/scripts/update_emoji.md
blob: fae6d0897feed3ff005927cc3af9d9b16f2b8e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Updating emoji

1. Get the latest emoji-test.txt from here: https://unicode.org/Public/emoji/
2. Overwrite the existing resources/emoji-test.txt with the new one
3. Run `./scripts/emoji_codegen.py resources/emoji-test.txt resources/shortcodes.txt` and replace the current tail of src/emoji/Provider.cpp with the new output
4. `make lint`
5. Compile and test