Skip to content

fix: 修复“qie”对应的汉字 - #46

Open
hungtcs wants to merge 1 commit into
creeperyang:masterfrom
hungtcs:patch-1
Open

fix: 修复“qie”对应的汉字#46
hungtcs wants to merge 1 commit into
creeperyang:masterfrom
hungtcs:patch-1

Conversation

@hungtcs

@hungtcs hungtcs commented Mar 12, 2026

Copy link
Copy Markdown

根据 https://zd.hwxnet.com/pinyin/qie.html 中提供的所有 qie 发音的汉字排序。第一个 qie 应该是 苆 \u82c6

[
  "趄",
  "切",
  "苆",
  "癿",
  "伽",
  "茄",
  "聺",
  "且",
  "切",
  "怯",
  "妾",
  "郄",
  "契",
  "砌",
  "匧",
  "窃",
  "洯",
  "挈",
  "悏",
  "惬",
  "淁",
  "笡",
  "趄",
  "蛪",
  "愜",
  "慊",
  "朅",
  "箧",
  "锲",
  "踥",
  "篋",
  "穕",
  "藒",
  "鍥",
  "鯜",
  "竊",
  "籡",
  "悄",
].sort(collator.compare);

[
  "癿",
  "伽",
  "茄",
  "趄",
  "趄",
  "契",
  "砌",
  "慊",
  "悄", // <- qiao
  "苆", // qie
  "聺",
  "且",
  "切",
  "切",
  "妾",
  "怯",
  "郄",
  "匧",
  "窃",
  "悏",
  "挈",
  "洯",
  "惬",
  "淁",
  "笡",
  "愜",
  "蛪",
  "朅",
  "箧",
  "锲",
  "篋",
  "踥",
  "穕",
  "藒",
  "鍥",
  "鯜",
  "竊",
  "籡"
]

Closes #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

“前” 的拼音错误现在转换为 “QIE” 应该为 “QIAN”

1 participant