Function is_utf8_continuation_byte

Source
pub fn is_utf8_continuation_byte(b: u8) -> bool
Expand description

returns true if this a not first byte from a multi byte utf-8

This will return false:

  • on all us-ascii chars (as u8)
  • on the first byte of a multi-byte utf-8 char