Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mappings for CJK Extension E/F/G #10

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 3 additions & 3 deletions cangjie5.dict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27297,6 +27297,7 @@ encoder:
䘭 lmig
䙣 lmky
䙐 lmrb
䫍 lmsyc
䙠 lmto
䙅 lmwv
䘰 lnkm
Expand Down Expand Up @@ -27368,7 +27369,6 @@ encoder:
䩁 lyhuu
䘻 lyib
䘪 lyiu
䫍 lmsyc
Copy link
Author

Choose a reason for hiding this comment

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

䫍 lmsyc should not be placed here according to the Cangjie code order, it is moved from line 27371 to line 27300. No observable changes because lmsyc is unique.

㻗 lymgi
䘣 lymp
㐟 lyn
Expand Down Expand Up @@ -30640,8 +30640,8 @@ encoder:
䛵 yrbbe
㙜 yrbg
䯨 yrbk
䯩 yrbu
䛁 yrbmm
䯩 yrbu
Copy link
Author

Choose a reason for hiding this comment

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

䯩 yrbu should be placed after 䛁 yrbmm according to Cangjie code order. No observable changes because there is only one yrbu in Ext. A.

䚷 yrcms
䛦 yrcor
䛇 yrcr
Expand Down Expand Up @@ -53246,7 +53246,6 @@ encoder:
𠪪 mhog
𤛆 mhokq
𧰾 mhomi
𬌗 mhomr
𠪍 mhou
𢗬 mhp
𢜍 mhp
Expand Down Expand Up @@ -79372,3 +79371,4 @@ encoder:
𫜉 ywwlb
𫐼 yybs
𫑉 yysb
𬌗 mhomr
Copy link
Author

Choose a reason for hiding this comment

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

𬌗 is an Ext. E character and thus should be placed after all other characters.

Copy link
Author

@JLHwung JLHwung Mar 17, 2021

Choose a reason for hiding this comment

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

Note that it is OK to move 𬌗 here because mhomr is unique, so it has no observable behaivor changes. In the next commit it is sorted with other Ext. E characters.