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

Fix some errors #209

Merged
merged 24 commits into from
Mar 27, 2021
Merged

Fix some errors #209

merged 24 commits into from
Mar 27, 2021

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Mar 6, 2021

Fixes #208

This PR should be reviewed commit by commit.

When merging this PR, consider use "Squash and Merge" so the git history will be consolidated to a single commit.

cc @Jackchows

@@ -10731,6 +10733,7 @@
𣛘 dhhk
柳 dhhl
櫛 dhhl
𬂪 dhhl
Copy link
Contributor Author

Choose a reason for hiding this comment

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

When a duplicate mapping (e.g. both 柳 amd 𬂪 map to dhhl), the new mapping will be placed under current mappings since they are rare characters.

Cangjie5.txt Outdated
@@ -59337,6 +59336,7 @@
隮 nlyx
𮥱 nlyxf
𨼻 nlyxv
𨽘 nlyxv
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was hyxv before this PR, @Jackchows please double check if nlyxv is correct.

Cangjie5.txt Outdated
@@ -58867,6 +58864,7 @@
䧑 nljmo
院 nljmu
𨺋 nljnu
𨺶 nljoe
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was mnjoe before this PR, @Jackchows please double check if nljoe is correct, thanks!

Cangjie5.txt Outdated
@@ -103968,6 +103967,7 @@
烲 xqlf
𰓐 xqlk
𫑢 xqll
𪮋 xqll
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure how should we deal with duplicate mappings which begin with x, are they supposed to be unique?

Copy link
Owner

Choose a reason for hiding this comment

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

Yes, we keep only one and remove others.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay in this case I will remove xqll for 𪮋.

@JLHwung
Copy link
Contributor Author

JLHwung commented Mar 14, 2021

@Jackchows Review comments are addressed.

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.

Some questionable mappings
2 participants