summary refs log tree commit diff
path: root/scripts/update_emoji.md
blob: 00fe8c4ea0aeb636b05ecc264196e99157edc4f3 (plain) (blame)
1
2
3
4
5
6
7
# 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` and replace the current tail of src/emoji/Provider.cpp with the new output
4. `make lint`
5. Compile and test