Add more aliases, start on regional indicators
This commit is contained in:
parent
22f90874cc
commit
209865e882
6 changed files with 37 additions and 7 deletions
|
|
@ -2,6 +2,6 @@
|
|||
ROOT=$(realpath "$PWD/$(dirname "$0")/..")
|
||||
cd $ROOT
|
||||
cat resources/provider-header.txt > src/emoji/Provider.cpp
|
||||
|
||||
# cat resources/extra_emoji.txt resources/emoji-test.txt > resources/complete-emoji.txt
|
||||
scripts/emoji_codegen.py resources/emoji-test.txt resources/shortcodes.txt >> src/emoji/Provider.cpp
|
||||
cd - > /dev/null
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ if __name__ == '__main__':
|
|||
continue
|
||||
|
||||
|
||||
char, name = re.match(r'^(\S+) E\d+\.\d+ (.*)$', charAndName).groups()
|
||||
char, name = re.match(r'^(\S+) E\d+\.\d+ (.*)$', charAndName.strip()).groups()
|
||||
shortname = name
|
||||
|
||||
#TODO: Handle skintone modifiers in a sane way
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue