Generate correct emoji unicode

This commit is contained in:
Pavel Djundik 2017-10-29 10:41:53 +02:00
parent 81e3e88391
commit 14e2174d44
2 changed files with 415 additions and 415 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ request.get({
continue;
}
const unicode = stringToUnicode(key);
const unicode = stringToUnicode(emojiStrategy[key].unicode_output);
emojiMap[shortname] = unicode;