Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Source/Data/heterophony1.list
Original file line number Diff line number Diff line change
Expand Up @@ -525,3 +525,4 @@
鼓 ㄍㄨˇ
齊 ㄑㄧˊ
龜 ㄍㄨㄟ
打 ㄉㄚˇ

Copilot AI Feb 25, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heterophony files must be sorted using C locale (per Source/Data/AGENTS.md line 80-82). The character 打 (U+6253) should not be at the end of the file. After adding this entry, you need to run: env LANG=C sort -k1 heterophony1.list | uniq > tmp && mv tmp heterophony1.list to properly sort the file.

Suggested change
ㄍㄨㄟ
ㄉㄚˇ
ㄉㄚˇ
ㄍㄨㄟ

Copilot uses AI. Check for mistakes.
1 change: 1 addition & 0 deletions Source/Data/heterophony2.list
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@
還 ㄏㄨㄢˊ
麼 ㄇㄛ˙
鼓 ㄍㄨ˙
打 ㄉㄚˊ

Copilot AI Feb 25, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heterophony files must be sorted using C locale (per Source/Data/AGENTS.md line 80-82). The character 打 (U+6253) should not be at the end of the file. After adding this entry, you need to run: env LANG=C sort -k1 heterophony2.list | uniq > tmp && mv tmp heterophony2.list to properly sort the file.

Copilot uses AI. Check for mistakes.