From 7d3a98af671feb8af08c48a91ccf797cd82c20e6 Mon Sep 17 00:00:00 2001 From: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:25:39 -0400 Subject: Add transforms and shortcodes to emoji Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> --- scripts/update_emoji.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/update_emoji.md') diff --git a/scripts/update_emoji.md b/scripts/update_emoji.md index 00fe8c4e..fae6d089 100644 --- a/scripts/update_emoji.md +++ b/scripts/update_emoji.md @@ -2,6 +2,8 @@ 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 +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 + + -- cgit 1.5.1