diff options
author | BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | 2022-04-21 13:25:39 -0400 |
---|---|---|
committer | BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com> | 2022-04-24 12:25:01 -0400 |
commit | 7d3a98af671feb8af08c48a91ccf797cd82c20e6 (patch) | |
tree | 26b25244eb58fbfbe8a5a4806eca19bc36251290 /scripts/update_emoji.md | |
parent | Merge pull request #1063 from krillefear/patch-1 (diff) | |
download | nheko-7d3a98af671feb8af08c48a91ccf797cd82c20e6.tar.xz |
Add transforms and shortcodes to emoji
Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
Diffstat (limited to 'scripts/update_emoji.md')
-rw-r--r-- | scripts/update_emoji.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 + + |