mkemoji wrote a row for every prefix of every alias, so that a query matched as it was typed; the trie is a prefix index already, and with a real emoji list those rows would be four times the aliases themselves. Now emoji.dict has one row per alias, trienode() names a key's node, and dictlookup walks the entries at and below it, the key's own first, up to Maxkouho. Trie children are appended rather than pushed, so the walk keeps the file's order and a bare digit still picks the superscript or subscript it always did. The hand-written symbol rows move to symbol.src; emoji.src is left to the emoji. mkemoji reads both by default, or the files it is given.
9 lines
614 B
Plaintext
9 lines
614 B
Plaintext
# Small multilingual emoji seed. Shared aliases intentionally produce choices.
|
|
😀 웃음 웃다 스마일 えがお エガオ わらい ワライ smile grin
|
|
😄 웃음 미소 스마일 えがお エガオ ほほえみ ホホエミ smile happy
|
|
😂 웃음 폭소 웃겨 ばくしょう バクショウ わらい ワライ joy lol
|
|
😊 미소 방긋 ほほえみ ホホエミ えがお エガオ smile blush happy
|
|
❤️ 사랑 하트 あい アイ ハート heart love
|
|
👍 좋아요 찬성 따봉 엄지 いいね イイネ さんせい サンセイ thumbsup like
|
|
☕️ 커피 こーひー コーヒー coffee
|