pub fn is_cjk_punctuation_codepoint(c: char) -> bool
Expand description

is_cjk_punctuation_codepoint returns true if the character falls within the CJK punctuation unicode block. The CJK punctuation unicode block does not contain all chinese, japanese, korean, or vietnamese characters.