Skip to content
Discussion options

You must be logged in to vote

This is most likely coming from the input method language code, not from the punctuation character itself.

The shipped configs advertise different languages:

# fcitx5-mozc
LangCode=ja

# fcitx5-rime
LangCode=zh

fcitx passes that LangCode to frontends when the current input method changes, so LibreOffice can reasonably treat Mozc input as Japanese and Rime input as generic Chinese. If LibreOffice/font shaping maps generic zh to Simplified Chinese for locl, that matches what you are seeing.

For a local test, override Rime's input method config under your user data dir, for example:

# ~/.local/share/fcitx5/inputmethod/rime.conf
[InputMethod]
Name=Rime
Icon=fcitx-rime
Label=ㄓ
LangCode=zh_HK
A…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@madonuko
Comment options

Answer selected by madonuko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants