Skip to content

希望 unity_symbol(☯ 用户词组标记)支持通过 YAML 配置自定义 #1174

@12471220

Description

@12471220

使用 table_translator 方案(如朙月拼音、五笔等)时,通过构词规则自动记忆的用户词组会在 comment 区域显示一个 ☯ 标记。这个符号目前似乎是硬编码在引擎内部的,用户无法通过 schema YAML配置修改。

// librime/src/rime/gear/table_translator.cc:29
static const char* kUnitySymbol = " \xe2\x98\xaf ";  //
Image

希望可以通过读取用户配置的yaml文件来改变这个unicode显示的样式

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions