Skip to content

Commit

Permalink
add cjk_ext f filtration. (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw authored and osfans committed Jul 18, 2017
1 parent 939893c commit 510f76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rime/gear/charset_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ bool is_extended_cjk(uint32_t ch)
(ch >= 0x2A700 && ch <= 0x2B73F) || // CJK Unified Ideographs Extension C
(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 >= 0x2F800 && ch <= 0x2FA1F)) // CJK Compatibility Ideographs Supplement
return true;

Expand Down

0 comments on commit 510f76c

Please sign in to comment.