Skip to main content

is_utf8_start

Function is_utf8_start 

Source
pub fn is_utf8_start(ch: u8) -> bool
Expand description

Check whether a byte is a regular ASCII or a UTF8 starting byte. \return true if it is UTF8 starting byte.