pub open spec fn has_width_2_encoding(v: u32) -> bool
{ 0x80 <= v <= 0x7FF }
True when the given value is a Unicode scalar with a 2-byte UTF-8 encoding.