Function encoding_c::encoding_is_ascii_compatible [] [src]

#[no_mangle]
pub unsafe extern fn encoding_is_ascii_compatible(encoding: *const Encoding)
                                                  -> bool

Checks whether the bytes 0x00...0x7F map exclusively to the characters U+0000...U+007F and vice versa.

Undefined behavior

UB ensues if the argument is NULL.