-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fcitx-rime 默认没有emoji输出 #152
Comments
Facing the same situation but when input no emoji candidate:
version:
|
I have solved mine:
symbol also not in candidateI guess same to //test config $ opencc -c emoji.json
Invalid format: The text dictionary contains duplicated keys.
$ opencc -c symbol.json
Invalid format: The text dictionary contains duplicated keys. //find dup key $ cat emoji_word.txt | cut -f1 | sort | uniq -d
污染
$ cat symbol_word.txt | cut -f1 | sort | uniq -d
立方厘米 NOTE: has a empty key, can be locate by //del dup key |
and on It can display emoji by default. |
多谢,直接到opencc文件夹修改两个文件
把“污染”合并一起:
为:
还有一个我忘记了😄️,自己查看一下吧 |
继续: 英寸 英寸 ㏌
㏍
㏎ 修改为 英寸 英寸 ㏌ ㏍ ㏎ |
https://github.com/Fankbai/customize-rime-cloverpinyinyin/tree/main |
默认配置,没有emoji输出,如下所示:
已安装emoji相关字体,四叶草方案logo的emoji显示正常。
环境:Manjaro
cloverpinyin版本:1.1.4
rime版本:fcitx-rime
fcitx版本:4.2.9.9
default.custom.yaml只有最基本的使用clover的配置。
不知道什么原因,求指导。
The text was updated successfully, but these errors were encountered: