|
When I use From rime/home#2171 |
Replies: 1 comment 1 reply
|
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=zhfcitx passes that 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
Addon=rime
Configurable=TrueThen restart fcitx5 and LibreOffice. If that particular frontend/font path expects BCP-47 style tags, This changes the language advertised for the whole Rime input method. For mixed-language documents, LibreOffice's character language/style setting is still the more precise control. |
This is most likely coming from the input method language code, not from the punctuation character itself.
The shipped configs advertise different languages:
fcitx passes that
LangCodeto 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 genericzhto Simplified Chinese forlocl, that matches what you are seeing.For a local test, override Rime's input method config under your user data dir, for example: