Allow search with unicode names

This commit is contained in:
BulbyVR 2022-04-22 12:49:57 -04:00
parent dabde88e1c
commit 79ed520d59
6 changed files with 3674 additions and 10246 deletions

View file

@ -4,3 +4,4 @@ cd $ROOT
cat resources/provider-header.txt > src/emoji/Provider.cpp
scripts/emoji_codegen.py resources/emoji-test.txt resources/shortcodes.txt >> src/emoji/Provider.cpp
cd - > /dev/null