Skip to content

Support CJK Unified Ideographs Extension G in charset_filter#392

Closed
Arthurmcarthur wants to merge 1 commit into
rime:masterfrom
Arthurmcarthur:patch-2
Closed

Support CJK Unified Ideographs Extension G in charset_filter#392
Arthurmcarthur wants to merge 1 commit into
rime:masterfrom
Arthurmcarthur:patch-2

Conversation

@Arthurmcarthur
Copy link
Copy Markdown
Contributor

@Arthurmcarthur Arthurmcarthur commented Jul 27, 2020

change charset_filter to support CJK Unified Ideographs Extension G

change charset_filter to support Support CJK Unified Ideographs Extension G
(ch >= 0x2B740 && ch <= 0x2B81F) || // CJK Unified Ideographs Extension D
(ch >= 0x2B820 && ch <= 0x2CEAF) || // CJK Unified Ideographs Extension E
(ch >= 0x2CEB0 && ch <= 0x2EBEF) || // CJK Unified Ideographs Extension F
(ch >= 0x30000 && ch <= 0x3134A) || // CJK Unified Ideographs Extension G
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please edit the range to match the standard:
https://en.wikipedia.org/wiki/CJK_Unified_Ideographs_Extension_G

Range | U+30000..U+3134F

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

#393 edited

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.

2 participants