encoding_c

Function encoder_has_pending_state

source
#[no_mangle]
pub unsafe extern "C" fn encoder_has_pending_state(
    encoder: *const Encoder,
) -> bool
Expand description

Returns true if this is an ISO-2022-JP encoder that’s not in the ASCII state and false otherwise.

§Undefined behavior

UB ensues if the argument is NULL.