data(emoji): every Japanese alias in both kana
A query typed in the Hiragana mode is hiragana; CLDR's Japanese keywords are mostly katakana (スマイル, ハート), so the one could not find the other. mkemoji now writes each alias that has kana in both scripts.
This commit is contained in:
@@ -45,8 +45,10 @@ so that a bare `1`-`9` picks the matching superscript or subscript from a
|
||||
`^` or `_` prefix search. `emoji.src` is generated: every fully-qualified
|
||||
emoji of Unicode's `emoji-test.txt` except the skin-tone variants, with
|
||||
its CLDR names and keywords in English, Korean, and Japanese. `mkemoji`
|
||||
folds the aliases and writes one row per alias to `emoji.dict`; the engine
|
||||
searches that dictionary by prefix, so the rows carry no prefixes.
|
||||
folds the aliases, adds each Japanese one in the other kana so a query
|
||||
typed in either mode finds it, and writes one row per alias to
|
||||
`emoji.dict`; the engine searches that dictionary by prefix, so the rows
|
||||
carry no prefixes.
|
||||
|
||||
The sources are Emoji 17.0 and CLDR 48.2.0. Regenerate them from the
|
||||
repository root with:
|
||||
|
||||
Reference in New Issue
Block a user